summaryrefslogtreecommitdiff
path: root/audio/csound-manual
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-10-19 12:30:40 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-10-19 12:30:40 +0000
commit9c3d26157ac7f2217f24d2ef737da51614b4198a (patch)
treebc267b092f61b42474de5f82f0d74808bbdd4adb /audio/csound-manual
parentUpdate to version 2.9.2. Possibly serious bug fixes (diff)
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.
Notes
Notes: svn path=/head/; revision=33993
Diffstat (limited to 'audio/csound-manual')
-rw-r--r--audio/csound-manual/Makefile6
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>