Date: Mon, 29 Jun 2015 13:50:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390902 - head/devel/p5-Data-Dump Message-ID: <201506291350.t5TDodeU040638@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 29 13:50:38 2015 New Revision: 390902 URL: https://svnweb.freebsd.org/changeset/ports/390902 Log: - Remove DOCS option - Add NO_ARCH - Bump PORTREVISION for package change Modified: head/devel/p5-Data-Dump/Makefile Modified: head/devel/p5-Data-Dump/Makefile ============================================================================== --- head/devel/p5-Data-Dump/Makefile Mon Jun 29 13:50:34 2015 (r390901) +++ head/devel/p5-Data-Dump/Makefile Mon Jun 29 13:50:38 2015 (r390902) @@ -3,6 +3,7 @@ PORTNAME= Data-Dump PORTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,16 +14,8 @@ COMMENT= Pretty printing of data structu LICENSE= ART10 GPLv1 LICENSE_COMB= dual +NO_ARCH= yes USES= perl5 USE_PERL5= configure -OPTIONS_DEFINE= DOCS - -PORTDOCS= Changes README - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506291350.t5TDodeU040638>