diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-28 13:25:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-28 13:25:12 +0000 |
commit | 7669010e31aa1201aa7306e86b747cc413966bd9 (patch) | |
tree | 677ebcf4e1876337c7244de78c79f8acc772c915 /net | |
parent | fc2d1401ef2b40496278253d9df7a062150829d9 (diff) | |
download | pkgsrc-7669010e31aa1201aa7306e86b747cc413966bd9.tar.gz |
Support NO_MTREE=yes.
Diffstat (limited to 'net')
-rw-r--r-- | net/pygopherd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/pygopherd/Makefile b/net/pygopherd/Makefile index b271c3ab169..69c017ed40f 100644 --- a/net/pygopherd/Makefile +++ b/net/pygopherd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/01/07 09:14:05 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2007/03/28 13:25:12 joerg Exp $ # DISTNAME= pygopherd_2.0.9 @@ -52,12 +52,13 @@ SUBST_FILES.man+= doc/pygopherd.8 SUBST_SED.man= -e 's,%%PREFIX%%,${PREFIX},g' SUBST_SED.man+= -e 's,%%EXAMPLEDIR%%,${EXAMPLEDIR},g' +INSTALLATION_DIRS= share/examples/pygopherd ${PKGMANDIR}/man8 + # XXX this is needed for the RCD script post-extract: ${MV} ${WRKDIR}/pygopherd ${WRKDIR}/${DISTNAME} post-install: - ${INSTALL_DATA_DIR} ${EXAMPLEDIR} for egfile in ${EGFILES}; do \ ${INSTALL_DATA} $$egfile ${EXAMPLEDIR}; \ done |