diff options
author | hubertf <hubertf> | 1998-03-30 09:57:56 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-03-30 09:57:56 +0000 |
commit | 05fabd11561f15be4b2b47622a92575bd20c1e3f (patch) | |
tree | cbe3bd77af1ba6a95776548d8d4d0d8652beb8f7 /net | |
parent | 24051fddeba91cfd5836857a6b94a99037c35f61 (diff) | |
download | pkgsrc-05fabd11561f15be4b2b47622a92575bd20c1e3f.tar.gz |
Fix for NetBSD
Diffstat (limited to 'net')
-rw-r--r-- | net/sniffit/Makefile | 11 | ||||
-rw-r--r-- | net/sniffit/pkg/PLIST | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index db2411b978d..4171b9c8ae0 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -3,23 +3,26 @@ # Date created: 28 Mar 1998 # Whom: bsdx # -# $NetBSD: Makefile,v 1.1 1998/03/30 08:47:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 1998/03/30 09:57:56 hubertf Exp $ # FreeBSD # DISTNAME= sniffit.0.3.5 +PKGNAME= sniffit-0.3.5 CATEGORIES= security MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ MAINTAINER= packages@netbsd.org +MAN5= sniffit.5 +MAN8= sniffit.8 do-build: cd ${WRKSRC} ; ./configure ; make do-install: - cd ${WRKSRC} ; cp sniffit ${PREFIX}/sbin/sniffit - chmod 555 ${PREFIX}/sbin/sniffit - chown bin.bin ${PREFIX}/sbin/sniffit + ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin/sniffit + ${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${PREFIX}/man/man8 .include <bsd.port.mk> diff --git a/net/sniffit/pkg/PLIST b/net/sniffit/pkg/PLIST index e99e9bbb447..04de0a1c6ac 100644 --- a/net/sniffit/pkg/PLIST +++ b/net/sniffit/pkg/PLIST @@ -1 +1,3 @@ sbin/sniffit +man/man5/sniffit.5 +man/man8/sniffit.8 |