Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 14:26:16 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347596 - head/net/qadsl
Message-ID:  <201403091426.s29EQG3h085052@svn.freebsd.org>

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



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