Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 22:38:22 +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: r339838 - head/audio/oss
Message-ID:  <201401152238.s0FMcMBG060374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152238.s0FMcMBG060374>