svn commit: r339830 - head/audio/baudline

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:23:41 UTC 2014


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>


More information about the svn-ports-all mailing list