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:
Yuri Victorovich 2019-01-27 04:15:45 +00:00
parent 918686c381
commit 737a3690dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491323

View file

@ -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>