diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-19 12:30:40 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-19 12:30:40 +0000 |
commit | 9c3d26157ac7f2217f24d2ef737da51614b4198a (patch) | |
tree | bc267b092f61b42474de5f82f0d74808bbdd4adb /audio/csound-manual | |
parent | a9e2bd31970cf628c84ae3261109511e3d8ba7ca (diff) |
Notes
Diffstat (limited to 'audio/csound-manual')
-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> |