From a3dec08cae79bb07dd0b54b602bb487b6b83455d Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 28 Mar 2007 13:25:12 +0000 Subject: Support NO_MTREE=yes. --- net/pygopherd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net') 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 -- cgit v1.2.3