svn commit: r444155 - head/games/pangzero
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 22 23:42:45 UTC 2017
Author: sunpoet
Date: Thu Jun 22 23:42:43 2017
New Revision: 444155
URL: https://svnweb.freebsd.org/changeset/ports/444155
Log:
Remove Perl core modules
- Add NO_ARCH
- Convert to options target helper
- Bump PORTREVISION for dependency change
Modified:
head/games/pangzero/Makefile
Modified: head/games/pangzero/Makefile
==============================================================================
--- head/games/pangzero/Makefile Thu Jun 22 23:42:39 2017 (r444154)
+++ head/games/pangzero/Makefile Thu Jun 22 23:42:43 2017 (r444155)
@@ -3,7 +3,7 @@
PORTNAME= pangzero
PORTVERSION= 1.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF \
SF/nemysisfreebsdp/${CATEGORIES}/:icons
@@ -16,11 +16,11 @@ COMMENT= Clone of Super Pang
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= p5-Carp>=0:devel/p5-Carp \
- p5-SDL>=0:devel/p5-SDL
+RUN_DEPENDS= p5-SDL>=0:devel/p5-SDL
-USES= perl5
+NO_ARCH= yes
NO_BUILD= yes
+USES= perl5
PORTDOCS= AUTHORS ChangeLog README
@@ -46,6 +46,7 @@ do-install:
${LN} -sf ${DATADIR}/data/icon.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list