svn commit: r339856 - head/comms/qpage

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


Author: bapt
Date: Wed Jan 15 23:22:46 2014
New Revision: 339856
URL: http://svnweb.freebsd.org/changeset/ports/339856
QAT: https://qat.redports.org/buildarchive/r339856/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/comms/qpage/Makefile

Modified: head/comms/qpage/Makefile
==============================================================================
--- head/comms/qpage/Makefile	Wed Jan 15 23:22:11 2014	(r339855)
+++ head/comms/qpage/Makefile	Wed Jan 15 23:22:46 2014	(r339856)
@@ -20,7 +20,6 @@ IDENT_PATCH_DESC=	Disable libwrap ident 
 MAN1=		qpage.1
 
 NO_STAGE=	yes
-.include <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIDENT_PATCH}
@@ -80,4 +79,4 @@ post-install:
 	${CHOWN} ${WITH_QPAGE_USER}:dialer /var/spool/${PORTNAME}
 	${CHMOD} 0775 /var/spool/${PORTNAME}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list