diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 06:23:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 06:23:40 +0800 |
commit | 483a9d9772641505ff9c7f20626305a525b9a445 (patch) | |
tree | e36de063be8ea30b1cb9a0c9051579757933ea30 /audio/baudline | |
parent | 8cccf7be9467d40bbab674c6dda3ffeb7cf8ee76 (diff) | |
download | freebsd-ports-gnome-483a9d9772641505ff9c7f20626305a525b9a445.tar.gz freebsd-ports-gnome-483a9d9772641505ff9c7f20626305a525b9a445.tar.zst freebsd-ports-gnome-483a9d9772641505ff9c7f20626305a525b9a445.zip |
Do not over include bsd.port.mk
Diffstat (limited to 'audio/baudline')
-rw-r--r-- | audio/baudline/Makefile | 3 |
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> |