aboutsummaryrefslogtreecommitdiffstats
path: root/audio/alac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/alac/Makefile')
-rw-r--r--audio/alac/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/alac/Makefile b/audio/alac/Makefile
index c0b330c3717..7ee2a863904 100644
--- a/audio/alac/Makefile
+++ b/audio/alac/Makefile
@@ -7,6 +7,7 @@
PORTNAME= alac
PORTVERSION= 0.1.3
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://crazney.net/programs/itunes/files/
DISTNAME= ${PORTNAME}_decoder-${PORTVERSION}
@@ -30,7 +31,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/alac ${PREFIX}/bin/
-.if !defined(WITHOUT_PORTDOCS)
+.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif