svn commit: r357901 - in head/games/tileworld: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jun 15 16:23:53 UTC 2014
Author: vanilla
Date: Sun Jun 15 16:23:52 2014
New Revision: 357901
URL: http://svnweb.freebsd.org/changeset/ports/357901
QAT: https://qat.redports.org/buildarchive/r357901/
Log:
Stagify.
Approved by: portmgr@
Added:
head/games/tileworld/files/
head/games/tileworld/files/patch-Makefile.in (contents, props changed)
Modified:
head/games/tileworld/Makefile
head/games/tileworld/pkg-plist
Modified: head/games/tileworld/Makefile
==============================================================================
--- head/games/tileworld/Makefile Sun Jun 15 16:19:17 2014 (r357900)
+++ head/games/tileworld/Makefile Sun Jun 15 16:23:52 2014 (r357901)
@@ -17,9 +17,6 @@ USES= gmake
ALL_TARGET= tworld
DATADIR= share/tworld
-MAN6= tworld.6
-
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|make|$${MAKE}|g; s|cp -i|cp|' ${WRKSRC}/Makefile.in
Added: head/games/tileworld/files/patch-Makefile.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/tileworld/files/patch-Makefile.in Sun Jun 15 16:23:52 2014 (r357901)
@@ -0,0 +1,35 @@
+--- Makefile.in.orig 2014-06-16 00:21:51.143801006 +0800
++++ Makefile.in 2014-06-16 00:22:29.896816254 +0800
+@@ -92,19 +92,19 @@ tworldres.o: tworld.ico
+ #
+
+ install: tworld
+- mkdir -p $(bindir)
+- mkdir -p $(sharedir)/sets
+- mkdir -p $(sharedir)/data
+- mkdir -p $(sharedir)/res
+- mkdir -p $(mandir)/man6
+- cp -i ./tworld $(bindir)/.
+- cp -i sets/*.dac $(sharedir)/sets/.
+- cp -i data/*.dat $(sharedir)/data/.
+- cp -i res/rc $(sharedir)/res/.
+- cp -i res/*.bmp $(sharedir)/res/.
+- cp -i res/*.txt $(sharedir)/res/.
+- cp -i res/*.wav $(sharedir)/res/.
+- cp -i docs/tworld.6 $(mandir)/man6/.
++ mkdir -p $(DESTDIR)$(bindir)
++ mkdir -p $(DESTDIR)$(sharedir)/sets
++ mkdir -p $(DESTDIR)$(sharedir)/data
++ mkdir -p $(DESTDIR)$(sharedir)/res
++ mkdir -p $(DESTDIR)$(mandir)/man6
++ cp -i ./tworld $(DESTDIR)$(bindir)/.
++ cp -i sets/*.dac $(DESTDIR)$(sharedir)/sets/.
++ cp -i data/*.dat $(DESTDIR)$(sharedir)/data/.
++ cp -i res/rc $(DESTDIR)$(sharedir)/res/.
++ cp -i res/*.bmp $(DESTDIR)$(sharedir)/res/.
++ cp -i res/*.txt $(DESTDIR)$(sharedir)/res/.
++ cp -i res/*.wav $(DESTDIR)$(sharedir)/res/.
++ cp -i docs/tworld.6 $(DESTDIR)$(mandir)/man6/.
+
+ all: tworld mklynxcc
+
Modified: head/games/tileworld/pkg-plist
==============================================================================
--- head/games/tileworld/pkg-plist Sun Jun 15 16:19:17 2014 (r357900)
+++ head/games/tileworld/pkg-plist Sun Jun 15 16:23:52 2014 (r357901)
@@ -1,4 +1,5 @@
bin/tworld
+man/man6/tworld.6.gz
%%DATADIR%%/data/intro.dat
%%DATADIR%%/res/atiles.bmp
%%DATADIR%%/res/block.wav
More information about the svn-ports-all
mailing list