diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-01-19 15:22:18 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-01-19 15:22:18 +0000 |
commit | 39aa7a65ff90e7a32754e60352557be483249634 (patch) | |
tree | 5e2b3b89dd9d261e8c55549e92910c31aa444ad9 /games | |
parent | ef5936ff1d997366e07481014afe57a7232b30a9 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxpaint-fonts/Makefile | 2 | ||||
-rw-r--r-- | games/tuxpaint-stamps/Makefile | 2 | ||||
-rw-r--r-- | games/tuxpaint/files/patch-Makefile | 12 | ||||
-rw-r--r-- | games/tuxpaint/pkg-plist | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/games/tuxpaint-fonts/Makefile b/games/tuxpaint-fonts/Makefile index a98d4dc7ff8c..e094589aee9e 100644 --- a/games/tuxpaint-fonts/Makefile +++ b/games/tuxpaint-fonts/Makefile @@ -18,8 +18,6 @@ COMMENT= TuxPaint Localized Fonts RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint -BROKEN= Incomplete pkg-plist - NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/games/tuxpaint-stamps/Makefile b/games/tuxpaint-stamps/Makefile index 8ae388f0c15a..5b1be774d86f 100644 --- a/games/tuxpaint-stamps/Makefile +++ b/games/tuxpaint-stamps/Makefile @@ -18,8 +18,6 @@ COMMENT= TuxPaint Stamps RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint -BROKEN= Incomplete pkg-plist - NO_BUILD= yes do-install: diff --git a/games/tuxpaint/files/patch-Makefile b/games/tuxpaint/files/patch-Makefile index 6203da707eea..dcc3dc0d460c 100644 --- a/games/tuxpaint/files/patch-Makefile +++ b/games/tuxpaint/files/patch-Makefile @@ -1,5 +1,5 @@ --- ./Makefile.orig Thu Oct 19 04:41:49 2006 -+++ ./Makefile Mon Nov 6 15:59:13 2006 ++++ ./Makefile Thu Jan 18 16:53:58 2007 @@ -18,7 +18,6 @@ # Where to install things: @@ -36,7 +36,7 @@ @echo @echo "--------------------------------------------------------------" @echo -@@ -471,8 +469,8 @@ +@@ -471,8 +469,10 @@ @echo @echo "...Installing default config file..." @install -d $(CONFDIR) @@ -44,10 +44,12 @@ - @chmod 644 $(CONFDIR)/tuxpaint.conf + @cp src/tuxpaint.conf $(CONFDIR)/tuxpaint.conf.sample + @chmod 644 $(CONFDIR)/tuxpaint.conf.sample ++ @test -f $(CONFDIR)/tuxpaint.conf || \ ++ cp $(CONFDIR)/tuxpaint.conf.sample $(CONFDIR)/tuxpaint.conf # Install example stamps -@@ -590,9 +588,6 @@ +@@ -590,9 +590,6 @@ @install -d $(ICON_PREFIX) @cp data/images/icon.png $(ICON_PREFIX)/tuxpaint.png @chmod 644 $(ICON_PREFIX)/tuxpaint.png @@ -57,7 +59,7 @@ # Install the program: -@@ -1008,12 +1003,6 @@ +@@ -1008,12 +1005,6 @@ @cp src/manpage/tuxpaint.1 $(MAN_PREFIX)/man1 @gzip -f $(MAN_PREFIX)/man1/tuxpaint.1 @chmod a+rx,g-w,o-w $(MAN_PREFIX)/man1/tuxpaint.1.gz @@ -70,7 +72,7 @@ @# tuxpaint-import.1 @cp src/manpage/tuxpaint-import.1 $(MAN_PREFIX)/man1/ @gzip -f $(MAN_PREFIX)/man1/tuxpaint-import.1 -@@ -1034,7 +1023,7 @@ +@@ -1034,7 +1025,7 @@ $^ \ $(HQXX_O) \ $(SDL_LIBS) \ diff --git a/games/tuxpaint/pkg-plist b/games/tuxpaint/pkg-plist index 4a420837d269..eff611b6084e 100644 --- a/games/tuxpaint/pkg-plist +++ b/games/tuxpaint/pkg-plist @@ -1,8 +1,8 @@ bin/tuxpaint bin/tuxpaint-import -@exec [ -f %D/etc/tuxpaint/tuxpaint.conf ] || cp %D/etc/tuxpaint/tuxpaint.conf.sample %D/etc/tuxpaint/tuxpaint.conf @unexec if cmp -s %D/etc/tuxpaint/tuxpaint.conf %D/etc/tuxpaint/tuxpaint.conf.sample; then rm -f %D/etc/tuxpaint/tuxpaint.conf; fi etc/tuxpaint/tuxpaint.conf.sample +@exec [ -f %D/etc/tuxpaint/tuxpaint.conf ] || cp %D/etc/tuxpaint/tuxpaint.conf.sample %D/etc/tuxpaint/tuxpaint.conf %%PORTDOCS%%%%DOCSDIR%%/ADVANCED-STAMPS-HOWTO.txt %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt %%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt @@ -808,6 +808,8 @@ share/pixmaps/tuxpaint.png @dirrmtry share/locale/ve @dirrmtry share/locale/tl/LC_MESSAGES @dirrmtry share/locale/tl +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw @dirrmtry share/locale/nr/LC_MESSAGES @dirrmtry share/locale/nr @dirrmtry share/locale/ku/LC_MESSAGES |