Remove Perl core modules
- Add NO_ARCH - Convert to options target helper - Bump PORTREVISION for dependency change
This commit is contained in:
parent
789670b1cf
commit
cf4f42437f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444155
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user