audio/libopenmpt: Fix pkg-plist when EXAMPLES is disabled
Notified by: mfechner
This commit is contained in:
parent
f9c0c8046a
commit
87c9d0cb9c
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue