Date: Wed, 6 Nov 2013 12:22:29 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332976 - head/net/ripe-whois Message-ID: <201311061222.rA6CMTf2065807@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061222.rA6CMTf2065807>