diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:26:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-09 14:26:16 +0000 |
commit | 7b1860487d6b3db9ff62adffa0e5bd77909e9374 (patch) | |
tree | e5a39c13de480d69c4f3924e6dd28eb6cf60d82a /net/qadsl | |
parent | 54b240198f91b5a9fe5b10fef12b227df7306f11 (diff) | |
download | ports-7b1860487d6b3db9ff62adffa0e5bd77909e9374.tar.gz ports-7b1860487d6b3db9ff62adffa0e5bd77909e9374.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=347596
Diffstat (limited to 'net/qadsl')
-rw-r--r-- | net/qadsl/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/qadsl/Makefile b/net/qadsl/Makefile index 2ec682fd01fb..6b30963135a7 100644 --- a/net/qadsl/Makefile +++ b/net/qadsl/Makefile @@ -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> |