Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2014 04:31:11 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r352719 - head/security/ipfilter2dshield
Message-ID:  <201405010431.s414VBkG038911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405010431.s414VBkG038911>