svn commit: r339838 - head/audio/oss

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


Author: bapt
Date: Wed Jan 15 22:38:21 2014
New Revision: 339838
URL: http://svnweb.freebsd.org/changeset/ports/339838
QAT: https://qat.redports.org/buildarchive/r339838/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/audio/oss/Makefile

Modified: head/audio/oss/Makefile
==============================================================================
--- head/audio/oss/Makefile	Wed Jan 15 22:36:30 2014	(r339837)
+++ head/audio/oss/Makefile	Wed Jan 15 22:38:21 2014	(r339838)
@@ -65,8 +65,6 @@ LIB_DEPENDS+=	libvorbisfile.so:${PORTSDI
 CONFIGURE_ENV+=	OGG_SUPPORT=YES
 .endif
 
-.include <bsd.port.pre.mk>
-
 .if !exists(${SRC_BASE}/sys/Makefile)
 IGNORE=		requires kernel source to be installed
 .elif !defined(SYSDIR)
@@ -127,4 +125,4 @@ do-install:
 	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list