aboutsummaryrefslogtreecommitdiff
path: root/audio/libopenmpt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libopenmpt/Makefile')
-rw-r--r--audio/libopenmpt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile
index 63daa0070a4e..1f9559ab809c 100644
--- a/audio/libopenmpt/Makefile
+++ b/audio/libopenmpt/Makefile
@@ -1,6 +1,7 @@
PORTNAME= libopenmpt
DISTVERSION= 0.6.8
DISTVERSIONSUFFIX= +release.autotools
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \
LOCAL/ehaupt
@@ -59,4 +60,7 @@ post-install-DOCS-on:
post-install-EXAMPLES-on:
@${MV} ${STAGEDIR}${DOCSDIR}/examples ${STAGEDIR}${EXAMPLESDIR}
+post-install-EXAMPLES-off:
+ @${RM} -rf ${STAGEDIR}${DOCSDIR}/examples
+
.include <bsd.port.mk>