aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:30 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:30 +0800
commitd89930c661ce582ae6d466260bcb7e1238fdce14 (patch)
treea72db500d161a01045a4417e532c0ccd1243ea29 /audio
parent1dab51f53a5d07662e429986005824b7be6afd9d (diff)
downloadfreebsd-ports-gnome-d89930c661ce582ae6d466260bcb7e1238fdce14.tar.gz
freebsd-ports-gnome-d89930c661ce582ae6d466260bcb7e1238fdce14.tar.zst
freebsd-ports-gnome-d89930c661ce582ae6d466260bcb7e1238fdce14.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'audio')
-rw-r--r--audio/openspc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile
index 34f9c08b92dd..9dfaa3104cc0 100644
--- a/audio/openspc/Makefile
+++ b/audio/openspc/Makefile
@@ -25,10 +25,8 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>