Date: Wed, 15 Jan 2014 22:23:41 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339830 - head/audio/baudline Message-ID: <201401152223.s0FMNfH2055551@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 15 22:23:40 2014 New Revision: 339830 URL: http://svnweb.freebsd.org/changeset/ports/339830 QAT: https://qat.redports.org/buildarchive/r339830/ Log: Do not over include bsd.port.mk Modified: head/audio/baudline/Makefile Modified: head/audio/baudline/Makefile ============================================================================== --- head/audio/baudline/Makefile Wed Jan 15 22:22:20 2014 (r339829) +++ head/audio/baudline/Makefile Wed Jan 15 22:23:40 2014 (r339830) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152223.s0FMNfH2055551>