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 | a3dec08cae79bb07dd0b54b602bb487b6b83455d (patch) | |
tree | 677ebcf4e1876337c7244de78c79f8acc772c915 /net | |
parent | 1fbd832e0573341d5e47f2ab37cb554898ef0c47 (diff) | |
download | pkgsrc-a3dec08cae79bb07dd0b54b602bb487b6b83455d.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 |