summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-04-18 20:59:46 +0000
committertrevor <trevor@FreeBSD.org>2004-04-18 20:59:46 +0000
commit28d6e50e27e5c9ac8dc572f4b2becd3aa821655f (patch)
treee537f092afa379df2cf24fb1904bce14e0ca14e3
parent302516dc91415494840779f5a1c724756d44e60f (diff)
downloadFreeBSD-ports-28d6e50e27e5c9ac8dc572f4b2becd3aa821655f.zip
FreeBSD-ports-28d6e50e27e5c9ac8dc572f4b2becd3aa821655f.tar.gz
Fix packing list. Be a little less verbose.
-rw-r--r--audio/csound-manual/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile
index 1794e9c..516a6ad 100644
--- a/audio/csound-manual/Makefile
+++ b/audio/csound-manual/Makefile
@@ -24,16 +24,19 @@ RUN_DEPENDS= csound:${PORTSDIR}/audio/csound
NO_BUILD= yes
NO_MTREE= yes
PLIST= ${WRKDIR}/pkg-plist
-PREFIX= ${X11BASE}/share/doc/csound
-WRKSRC= ${WRKDIR}/csound-${PORTVERSION}
+PREFIX= ${X11BASE}
+WRKSRC= ${WRKDIR}/csound-${PORTVERSION}/manual
pre-install:
- ${RM} -f ${PLIST}
- cd ${WRKSRC} && ${FIND} -s . -type f | \
- ${CUT} -c3-999 >> ${PLIST} \
- && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+ @${RM} -f ${PLIST}
+ cd ${WRKSRC} && ${FIND} -s * -type f | \
+ ${SED} -e 's:^:share/doc/csound/:' >> ${PLIST} \
+ && ${FIND} -d * -type d | \
+ ${SED} -e 's:^:@dirrm share/doc/csound/:' >> ${PLIST}
+ ${ECHO_CMD} @dirrm share/doc/csound >> ${PLIST}
do-install:
- cd ${WRKSRC} && ${PAX} -r -w * ${PREFIX}
+ @${MKDIR} ${PREFIX}/share/doc/csound
+ cd ${WRKSRC} && ${PAX} -r -w * ${PREFIX}/share/doc/csound
.include <bsd.port.mk>
OpenPOWER on IntegriCloud