diff options
author | rillig <rillig> | 2007-02-15 21:45:35 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-02-15 21:45:35 +0000 |
commit | 3ee71b450c98eeb26d6116cd632f26398953edf3 (patch) | |
tree | 525ce59108f3f112c0798afc25de01357ef6fe89 /net/sdig | |
parent | 8b65a7316f437aeed2c467142325246d51501bb0 (diff) | |
download | pkgsrc-3ee71b450c98eeb26d6116cd632f26398953edf3.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'net/sdig')
-rw-r--r-- | net/sdig/Makefile | 5 | ||||
-rw-r--r-- | net/sdig/PLIST | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/sdig/Makefile b/net/sdig/Makefile index 249fb8b72aa..fb92d95f195 100644 --- a/net/sdig/Makefile +++ b/net/sdig/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2007/02/15 21:39:21 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/15 21:45:35 rillig Exp $ DISTNAME= sdig-0.30 -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.exploits.org/sdig/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mactable.gz @@ -16,7 +15,7 @@ SUBST_MESSAGE.sdig= Inserting the correct prefix directory. SUBST_FILES.sdig= sdig.conf SUBST_SED.sdig= -e 's,\$${PREFIX},${PREFIX},g' -INSTALLATION_DIRS+= man/man8 man/man5 share/misc share/examples +INSTALLATION_DIRS+= ${PKGMANDIR}/man8 ${PKGMANDIR}/man5 share/misc share/examples post-install: ${INSTALL_DATA} ${WRKSRC}/sdig.conf ${PREFIX}/share/examples/ diff --git a/net/sdig/PLIST b/net/sdig/PLIST index c3ecb0fd02b..6097838c38f 100644 --- a/net/sdig/PLIST +++ b/net/sdig/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2003/04/07 15:01:22 bouyer Exp $ -bin/sdig +@comment $NetBSD: PLIST,v 1.3 2007/02/15 21:45:35 rillig Exp $ bin/nbname -share/doc/sdig.README -share/examples/sdig.conf +bin/sdig man/man5/sdig.conf.5 man/man8/sdig.8 +share/doc/sdig.README +share/examples/sdig.conf share/misc/mactable |