svn commit: r347596 - head/net/qadsl

Martin Wilke miwi at FreeBSD.org
Sun Mar 9 14:26:17 UTC 2014


Author: miwi
Date: Sun Mar  9 14:26:16 2014
New Revision: 347596
URL: http://svnweb.freebsd.org/changeset/ports/347596
QAT: https://qat.redports.org/buildarchive/r347596/

Log:
  - Stage support

Modified:
  head/net/qadsl/Makefile

Modified: head/net/qadsl/Makefile
==============================================================================
--- head/net/qadsl/Makefile	Sun Mar  9 14:26:06 2014	(r347595)
+++ head/net/qadsl/Makefile	Sun Mar  9 14:26:16 2014	(r347596)
@@ -15,18 +15,16 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_RC_SUBR=	qadsl
 SUB_FILES=	pkg-message
-PKGMESSAGE=	${WRKDIR}/pkg-message
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-global-cfg=${PREFIX}/etc/qadsl.conf \
 		--with-pidfile=/var/run/qadsl.pid
 
-MAN8=		qadsl.8
-MAN5=		qadsl.conf.5
 INFO=		qadsl
-PLIST_FILES=	sbin/qadsl etc/qadsl.conf.sample
+PLIST_FILES=	sbin/qadsl etc/qadsl.conf.sample \
+		man/man5/qadsl.conf.5.gz \
+		man/man8/qadsl.8.gz
 
-NO_STAGE=	yes
 post-extract:
 	@${CP} ${WRKSRC}/etc/qadsl.conf ${WRKSRC}/etc/qadsl.conf.sample
 
@@ -36,7 +34,5 @@ post-patch:
 		 /echo $${CXXFLAGS}/s|^|#| ; \
 		 s|$$OPTIMIZER_CFLAGS||' ${WRKSRC}/configure
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list