aboutsummaryrefslogtreecommitdiff
path: root/audio/baudline
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-01-27 04:15:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-01-27 04:15:45 +0000
commit737a3690ddb58470318b1cafbb3b38c286a1ce87 (patch)
tree7b8204452c1a53d9daa81a16999e169bbfc159a2 /audio/baudline
parent918686c3818c5366d9a09bb609b694a7ce3f8923 (diff)
downloadports-737a3690ddb58470318b1cafbb3b38c286a1ce87.tar.gz
ports-737a3690ddb58470318b1cafbb3b38c286a1ce87.zip
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
Notes
Notes: svn path=/head/; revision=491323
Diffstat (limited to 'audio/baudline')
-rw-r--r--audio/baudline/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
index 6695b71a9d70..15ba0ce96bb7 100644
--- a/audio/baudline/Makefile
+++ b/audio/baudline/Makefile
@@ -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>