Skip to content
Snippets Groups Projects
Commit 87c9d0cb authored by Emanuel Haupt's avatar Emanuel Haupt
Browse files

audio/libopenmpt: Fix pkg-plist when EXAMPLES is disabled

Notified by:	mfechner
parent f9c0c804
No related branches found
No related tags found
No related merge requests found
PORTNAME= libopenmpt PORTNAME= libopenmpt
DISTVERSION= 0.6.8 DISTVERSION= 0.6.8
DISTVERSIONSUFFIX= +release.autotools DISTVERSIONSUFFIX= +release.autotools
PORTREVISION= 1
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \ MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ \
LOCAL/ehaupt LOCAL/ehaupt
...@@ -59,4 +60,7 @@ post-install-DOCS-on: ...@@ -59,4 +60,7 @@ post-install-DOCS-on:
post-install-EXAMPLES-on: post-install-EXAMPLES-on:
@${MV} ${STAGEDIR}${DOCSDIR}/examples ${STAGEDIR}${EXAMPLESDIR} @${MV} ${STAGEDIR}${DOCSDIR}/examples ${STAGEDIR}${EXAMPLESDIR}
post-install-EXAMPLES-off:
@${RM} -rf ${STAGEDIR}${DOCSDIR}/examples
.include <bsd.port.mk> .include <bsd.port.mk>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment