diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-06 12:22:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-06 12:22:29 +0000 |
commit | 0d3ee5d0ba516f1370ad3b505c5d1758f3785404 (patch) | |
tree | 119e36ea27b29030c85ec212b6540086d760d6b0 /net/ripe-whois | |
parent | 927c3bac34dae2e5ebb73716ee5095efe4a2e80a (diff) |
Convert to staging.
maintainer timeout
PR: ports/183191
Submitted by: mat
Notes
Notes:
svn path=/head/; revision=332976
Diffstat (limited to 'net/ripe-whois')
-rw-r--r-- | net/ripe-whois/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ripe-whois/Makefile b/net/ripe-whois/Makefile index f101f87e9104..0576869981a1 100644 --- a/net/ripe-whois/Makefile +++ b/net/ripe-whois/Makefile @@ -15,16 +15,16 @@ USE_PERL5= build GNU_CONFIGURE= yes -MAN1= whois3.1 -PLIST_FILES= bin/whois3 +PLIST_FILES= bin/whois3 man/man1/whois3.1.gz -NO_STAGE= yes post-patch:: ${REINPLACE_CMD} -E \ -e '/^bin_PROGRAMS =/ s/whois\$$\(EXEEXT\)/whois3$$(EXEEXT)/' \ ${WRKSRC}/Makefile.in -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} PORTDOCS= HELP.txt FLAGS.txt |