aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:10 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:23:10 +0800
commit9adbd1e2e3ade8561bbf7617fc903078b5ae7aad (patch)
tree876e597b2aace168609c66910263e029a6a55e25 /audio
parentde4bc405de88072318835f2a497a47afc3664a49 (diff)
downloadfreebsd-ports-gnome-9adbd1e2e3ade8561bbf7617fc903078b5ae7aad.tar.gz
freebsd-ports-gnome-9adbd1e2e3ade8561bbf7617fc903078b5ae7aad.tar.zst
freebsd-ports-gnome-9adbd1e2e3ade8561bbf7617fc903078b5ae7aad.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/festalon/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/festalon/Makefile b/audio/festalon/Makefile
index 2f9d535d1173..21e183b94adf 100644
--- a/audio/festalon/Makefile
+++ b/audio/festalon/Makefile
@@ -42,12 +42,8 @@ PORTDOCS= README
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
-.endif
-
.include <bsd.port.mk>