diff options
author | trevor <trevor@FreeBSD.org> | 2000-10-19 20:30:40 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-10-19 20:30:40 +0800 |
commit | 8b8df219cc9c5b783ad441a9b9532233112228ea (patch) | |
tree | e9157bb7434f84a39f71abf29ea148b4bb8ed500 | |
parent | d3a975bac763d03233be310fdbfd118bf7d363e6 (diff) | |
download | freebsd-ports-gnome-8b8df219cc9c5b783ad441a9b9532233112228ea.tar.gz freebsd-ports-gnome-8b8df219cc9c5b783ad441a9b9532233112228ea.tar.zst freebsd-ports-gnome-8b8df219cc9c5b783ad441a9b9532233112228ea.zip |
Put PLIST in WRKSRC, before bento catches me changing stuff in
MASTERDIR. Dispense with the post-clean target, since "make clean"
will clear away the PLIST now. Take out a stray space found by
portlint.
-rw-r--r-- | audio/csound-manual/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/csound-manual/Makefile b/audio/csound-manual/Makefile index 1af1c38e3c82..159e0eb759f4 100644 --- a/audio/csound-manual/Makefile +++ b/audio/csound-manual/Makefile @@ -26,10 +26,11 @@ MAINTAINER= trevor@FreeBSD.org RUN_DEPENDS= csound:${PORTSDIR}/audio/csound -RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html#THE CSOUND COPYRIGHT ISSUES)" +RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html#THE CSOUND COPYRIGHT ISSUES)" NO_BUILD= yes NO_MTREE= yes +PLIST= ${WRKDIR}/pkg-plist PREFIX= ${X11BASE}/share/doc/csound USE_ZIP= yes WRKSRC= ${WRKDIR}/manual @@ -46,7 +47,4 @@ pre-install: do-install: cd ${WRKSRC} && pax -r -w * ${PREFIX} -post-clean: - ${RM} -f ${PLIST} - .include <bsd.port.mk> |