diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-17 12:54:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-17 12:54:46 +0000 |
commit | 906a1c5b9697910b7823d55b2086dda127a9674c (patch) | |
tree | faf7184d15cf53c547670dbc64722cf0158f025a /net | |
parent | 1eeb59c25da0bad3418646870a7e2cbca875e5da (diff) | |
download | pkgsrc-906a1c5b9697910b7823d55b2086dda127a9674c.tar.gz |
share/doc must be pre-created.
Diffstat (limited to 'net')
-rw-r--r-- | net/sdig/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/sdig/Makefile b/net/sdig/Makefile index fb92d95f195..1ccb9192c2b 100644 --- a/net/sdig/Makefile +++ b/net/sdig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/02/15 21:45:35 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/17 12:54:46 joerg Exp $ DISTNAME= sdig-0.30 CATEGORIES= net @@ -15,7 +15,8 @@ SUBST_MESSAGE.sdig= Inserting the correct prefix directory. SUBST_FILES.sdig= sdig.conf SUBST_SED.sdig= -e 's,\$${PREFIX},${PREFIX},g' -INSTALLATION_DIRS+= ${PKGMANDIR}/man8 ${PKGMANDIR}/man5 share/misc share/examples +INSTALLATION_DIRS+= ${PKGMANDIR}/man8 ${PKGMANDIR}/man5 share/doc \ + share/examples share/misc post-install: ${INSTALL_DATA} ${WRKSRC}/sdig.conf ${PREFIX}/share/examples/ |