Skip to content

Commit

Permalink
audio/libopenmpt: Fix pkg-plist when EXAMPLES is disabled
Browse files Browse the repository at this point in the history
Notified by:	mfechner
  • Loading branch information
ehaupt committed Feb 7, 2023
1 parent f9c0c80 commit 87c9d0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down Expand Up @@ -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>

0 comments on commit 87c9d0c

Please sign in to comment.