svn commit: r417446 - head/security/doas

Ollivier Robert roberto at FreeBSD.org
Fri Jun 24 21:00:08 UTC 2016


Author: roberto
Date: Fri Jun 24 21:00:07 2016
New Revision: 417446
URL: https://svnweb.freebsd.org/changeset/ports/417446

Log:
  Missed the fact that ${ETCDIR} includes the port's name.
  
  Submitted by:	@mordin_ on Twitter.

Modified:
  head/security/doas/Makefile

Modified: head/security/doas/Makefile
==============================================================================
--- head/security/doas/Makefile	Fri Jun 24 20:34:30 2016	(r417445)
+++ head/security/doas/Makefile	Fri Jun 24 21:00:07 2016	(r417446)
@@ -15,6 +15,7 @@ GH_PROJECT=	doas
 GH_TAGNAME=	720db72
 
 BINMODE=	4755
+ETCDIR=	${PREFIX}/etc
 
 SUB_FILES=	pkg-message
 PLIST_FILES=	bin/doas \


More information about the svn-ports-head mailing list