aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3unicode/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-05-31 08:05:35 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-05-31 08:05:35 +0000
commit084b6ecc6bd21ef0f8aead7d2179583a282b5f50 (patch)
tree11866c30c9e0574972c4a5762a3f8ea41a5f340d /audio/mp3unicode/Makefile
parentf8ce3346ee1f81216e8d8e9e22a7a89973a62f41 (diff)
Notes
Diffstat (limited to 'audio/mp3unicode/Makefile')
-rw-r--r--audio/mp3unicode/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/audio/mp3unicode/Makefile b/audio/mp3unicode/Makefile
index dc945c15b09b..0c7bd22a2e0a 100644
--- a/audio/mp3unicode/Makefile
+++ b/audio/mp3unicode/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mp3unicode
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF
@@ -26,4 +27,11 @@ MAN1= mp3unicode.1
PLIST_FILES= bin/mp3unicode
PORTDOCS= COPYING README
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+pre-configure:
+.if defined(NOPORTDOCS)
+ ${REINPLACE_CMD} -e '/^install-data-am/s|install-dist_docDATA||' ${WRKSRC}/Makefile.in
+.endif
+
+.include <bsd.port.post.mk>