svn commit: r332976 - head/net/ripe-whois
Mathieu Arnold
mat at FreeBSD.org
Wed Nov 6 12:22:29 UTC 2013
Author: mat
Date: Wed Nov 6 12:22:29 2013
New Revision: 332976
URL: http://svnweb.freebsd.org/changeset/ports/332976
Log:
Convert to staging.
maintainer timeout
PR: ports/183191
Submitted by: mat
Modified:
head/net/ripe-whois/Makefile
Modified: head/net/ripe-whois/Makefile
==============================================================================
--- head/net/ripe-whois/Makefile Wed Nov 6 12:22:11 2013 (r332975)
+++ head/net/ripe-whois/Makefile Wed Nov 6 12:22:29 2013 (r332976)
@@ -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
More information about the svn-ports-head
mailing list