svn commit: r352719 - head/security/ipfilter2dshield

Adam Weinberger adamw at FreeBSD.org
Thu May 1 04:31:12 UTC 2014


Author: adamw
Date: Thu May  1 04:31:11 2014
New Revision: 352719
URL: http://svnweb.freebsd.org/changeset/ports/352719
QAT: https://qat.redports.org/buildarchive/r352719/

Log:
  One more missing file.

Modified:
  head/security/ipfilter2dshield/Makefile

Modified: head/security/ipfilter2dshield/Makefile
==============================================================================
--- head/security/ipfilter2dshield/Makefile	Thu May  1 03:36:57 2014	(r352718)
+++ head/security/ipfilter2dshield/Makefile	Thu May  1 04:31:11 2014	(r352719)
@@ -34,6 +34,6 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${ETCDIR}
 	${INSTALL_DATA} ${WRKDIR}/${DISTNAME} \
 		${STAGEDIR}${ETCDIR}/${DISTNAME}.sample
-	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 760 ${WRKDIR}/${DISTNAME} ${PREFIX}/sbin
+	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 760 ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list