aboutsummaryrefslogtreecommitdiffstats
path: root/security/yersinia
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2006-08-12 23:16:47 +0800
committerse <se@FreeBSD.org>2006-08-12 23:16:47 +0800
commitdec973472e0053ea530185f51ca8afa19759c56c (patch)
treea26ecbbed778d171cd35c1ffbdc57163b5ba08fa /security/yersinia
parent9bf4fd3dae24f3fd4cb423125d5b43170ea320fc (diff)
downloadfreebsd-ports-gnome-dec973472e0053ea530185f51ca8afa19759c56c.tar.gz
freebsd-ports-gnome-dec973472e0053ea530185f51ca8afa19759c56c.tar.zst
freebsd-ports-gnome-dec973472e0053ea530185f51ca8afa19759c56c.zip
Install to /... instead of to /...
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>