summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/smbchartool/Makefile5
-rw-r--r--security/sniff/Makefile3
2 files changed, 5 insertions, 3 deletions
diff --git a/converters/smbchartool/Makefile b/converters/smbchartool/Makefile
index f994c17f6f3..8546b3b857d 100644
--- a/converters/smbchartool/Makefile
+++ b/converters/smbchartool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2008/03/03 05:51:08 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/07 18:04:21 joerg Exp $
#
DISTNAME= smbchartool-2.3a
@@ -24,11 +24,12 @@ NO_BUILD= yes
WRKSRC= ${WRKDIR}/smbchartool
REPLACE_PERL= capecho hexecho smbfnconv
+INSTALLATION_DIRS= bin share/doc/smbchartool
+
do-install:
.for f in ${REPLACE_PERL}
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin
.endfor
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/smbchartool
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/smbchartool
${INSTALL_DATA} ${WRKSRC}/dot.bashrc.example \
${DESTDIR}${PREFIX}/share/doc/smbchartool/dot.profile
diff --git a/security/sniff/Makefile b/security/sniff/Makefile
index 68588b506b4..3024feb3ace 100644
--- a/security/sniff/Makefile
+++ b/security/sniff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:58 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/04/07 18:04:40 joerg Exp $
#
DISTNAME= sniff-2.0
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= zuntum@NetBSD.org
COMMENT= Program to sniff logins and passwords
+INSTALLATION_DIRS= sbin
.include "../../mk/bsd.prefs.mk"