audio/baudline: Fix missing include bsd.port.pre.mk/bsd.port.post.mk to allow proper detection of manually downloaded distfile
PR: 235229 Submitted by: dan@pldn.xyz
This commit is contained in:
parent
918686c381
commit
737a3690dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491323
1 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ OPTIONS_DEFAULT= MPG123
|
|||
|
||||
MMPG123_RUN_DEPENDS= mpg123:audio/mpg123
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
|
||||
IGNORE= may not be automatically fetched due to licensing\
|
||||
restrictions. You must manually fetch ${DISTFILES} from\
|
||||
|
@ -46,4 +47,4 @@ do-install-DOCS-on:
|
|||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue