summaryrefslogtreecommitdiff
path: root/security/dsniff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/dsniff/Makefile')
-rw-r--r--security/dsniff/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 4e68373950d..95aeacbb3ba 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2009/05/09 16:33:04 adrianp Exp $
+# $NetBSD: Makefile,v 1.32 2010/01/27 22:10:07 joerg Exp $
+
+PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
@@ -12,8 +14,8 @@ BUILD_TARGET= libmissing.a webspy
INSTALLATION_DIRS+= sbin ${PKGMANDIR}/man8
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/webspy ${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/webspy.8 ${PREFIX}/${PKGMANDIR}/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/webspy ${DESTDIR}${PREFIX}/sbin
+ ${INSTALL_MAN} ${WRKSRC}/webspy.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
BUILDLINK_DEPMETHOD.libXt?= build