diff options
Diffstat (limited to 'audio')
-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> |