aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2006-08-12 15:16:47 +0000
committerStefan Eßer <se@FreeBSD.org>2006-08-12 15:16:47 +0000
commitd028c5bc432aa73157ccc9de91023b9ea3c5a0f8 (patch)
tree68ca13a68f3c30d965f4c50522b29899916032d8 /security
parente309a114ea4106459515f19abda536e4f982875e (diff)
downloadports-d028c5bc432aa73157ccc9de91023b9ea3c5a0f8.tar.gz
ports-d028c5bc432aa73157ccc9de91023b9ea3c5a0f8.zip
Install to /... instead of to /...
Notes
Notes: svn path=/head/; revision=170414
Diffstat (limited to 'security')
-rw-r--r--security/aafid2/Makefile4
-rw-r--r--security/yersinia/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/security/aafid2/Makefile b/security/aafid2/Makefile
index e53d7a55b13e..e0092a8937d8 100644
--- a/security/aafid2/Makefile
+++ b/security/aafid2/Makefile
@@ -20,7 +20,7 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
- tar -C ${PREFIX}/lib -xzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
- ${SH} ${FILESDIR}/post-install ${PREFIX}
+ tar -C ${TARGETDIR}/lib -xzf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
+ ${SH} ${FILESDIR}/post-install ${TARGETDIR}
.include <bsd.port.mk>
diff --git a/security/yersinia/Makefile b/security/yersinia/Makefile
index df5a5e2c5d8b..ba90dfc188a4 100644
--- a/security/yersinia/Makefile
+++ b/security/yersinia/Makefile
@@ -41,7 +41,7 @@ MAN8= yersinia.8
PLIST_FILES= sbin/yersinia
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${PREFIX}/sbin/
- ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${PREFIX}/man/man8/
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/yersinia ${TARGETDIR}/sbin/
+ ${INSTALL_MAN} ${WRKSRC}/yersinia.8 ${TARGETDIR}/man/man8/
.include <bsd.port.post.mk>