diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-19 07:44:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-19 07:44:48 +0800 |
commit | fa91e8b76e29d361dc43544c2efb7890c169a77e (patch) | |
tree | c09a3077e752275ea6d72d37e1852b44cd97bc0a /audio/alac | |
parent | 08ad1cf62e10210e6f3eb9c810ed45d537cb50ee (diff) | |
download | freebsd-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/Makefile | 4 |
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> |