aboutsummaryrefslogtreecommitdiff
path: root/audio/baudline
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 22:23:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 22:23:40 +0000
commit8e58e373970249b06e38c0228089206e4c658b31 (patch)
treee36de063be8ea30b1cb9a0c9051579757933ea30 /audio/baudline
parent082777094ed5967fb197b2479441f8d1186aef3d (diff)
downloadports-8e58e373970249b06e38c0228089206e4c658b31.tar.gz
ports-8e58e373970249b06e38c0228089206e4c658b31.zip
Do not over include bsd.port.mk
Notes
Notes: svn path=/head/; revision=339830
Diffstat (limited to 'audio/baudline')
-rw-r--r--audio/baudline/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/baudline/Makefile b/audio/baudline/Makefile
index 25f7773fe096..1a1163b3ee6e 100644
--- a/audio/baudline/Makefile
+++ b/audio/baudline/Makefile
@@ -30,7 +30,6 @@ OPTIONS_DEFAULT= MPG123
MMPG123_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
.include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= may not be automatically fetched due to licensing\
@@ -51,4 +50,4 @@ do-install:
.endif
@[ -f /compat/linux/proc/stat ] || ${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>