diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-15 21:45:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-15 21:45:35 +0000 |
commit | 01a60899834fadadefc8f4ef9d51e81a859d3077 (patch) | |
tree | 525ce59108f3f112c0798afc25de01357ef6fe89 /net/sdig/Makefile | |
parent | 5a36230326dbc6eb99bfe80eabe62237a1f724ae (diff) | |
download | pkgsrc-01a60899834fadadefc8f4ef9d51e81a859d3077.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'net/sdig/Makefile')
-rw-r--r-- | net/sdig/Makefile | 5 |
1 files changed, 2 insertions, 3 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/ |