svn commit: r390902 - head/devel/p5-Data-Dump
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 29 13:50:39 UTC 2015
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>
More information about the svn-ports-all
mailing list