aboutsummaryrefslogtreecommitdiffstats
path: root/audio/alac
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-19 07:44:48 +0800
committerbapt <bapt@FreeBSD.org>2013-10-19 07:44:48 +0800
commitfa91e8b76e29d361dc43544c2efb7890c169a77e (patch)
treec09a3077e752275ea6d72d37e1852b44cd97bc0a /audio/alac
parent08ad1cf62e10210e6f3eb9c810ed45d537cb50ee (diff)
downloadfreebsd-ports-gnome-fa91e8b76e29d361dc43544c2efb7890c169a77e.tar.gz
freebsd-ports-gnome-fa91e8b76e29d361dc43544c2efb7890c169a77e.tar.zst
freebsd-ports-gnome-fa91e8b76e29d361dc43544c2efb7890c169a77e.zip
Unconditionnaly install docs and remove useless inclusion of bsd.port.options.mk
Diffstat (limited to 'audio/alac')
-rw-r--r--audio/alac/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile
index e6d9afd32455..39ad6491d89e 100644
--- a/audio/alac/Makefile
+++ b/audio/alac/Makefile
@@ -21,13 +21,9 @@ OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/alac
PORTDOCS= README
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/alac ${STAGEDIR}${PREFIX}/bin/
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>