aboutsummaryrefslogtreecommitdiff
path: root/security/yersinia
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/yersinia
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/yersinia')
-rw-r--r--security/yersinia/Makefile4
1 files changed, 2 insertions, 2 deletions
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>