diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-08-10 17:42:16 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-08-10 17:42:16 +0000 |
commit | d01fde02ff4176b498debe88ac7d10efae8cf02a (patch) | |
tree | 04f240977f223373b5626f0c9a784f44a89be598 /games | |
parent | efe9f2fbf07b340c9d50f92d6a2363a842be6bb0 (diff) | |
download | ports-d01fde02ff4176b498debe88ac7d10efae8cf02a.tar.gz ports-d01fde02ff4176b498debe88ac7d10efae8cf02a.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxpaint-config/Makefile | 3 | ||||
-rw-r--r-- | games/tuxpaint-config/distinfo | 6 | ||||
-rw-r--r-- | games/tuxpaint-config/files/patch-Makefile | 34 |
3 files changed, 21 insertions, 22 deletions
diff --git a/games/tuxpaint-config/Makefile b/games/tuxpaint-config/Makefile index a8634de83059..6996c1a3d765 100644 --- a/games/tuxpaint-config/Makefile +++ b/games/tuxpaint-config/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tuxpaint-config -PORTVERSION= 0.0.10 -PORTREVISION= 1 +PORTVERSION= 0.0.11 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tuxpaint diff --git a/games/tuxpaint-config/distinfo b/games/tuxpaint-config/distinfo index 04f084646c19..433202cddc74 100644 --- a/games/tuxpaint-config/distinfo +++ b/games/tuxpaint-config/distinfo @@ -1,3 +1,3 @@ -MD5 (tuxpaint-config-0.0.10.tar.gz) = 11e705f18176882ec9f2c1a1ee353c9c -SHA256 (tuxpaint-config-0.0.10.tar.gz) = 6d9f9fbc39aed9802c9d6a13420e6ba186b7c3f26cbcc1bb93265181a81aae2c -SIZE (tuxpaint-config-0.0.10.tar.gz) = 188710 +MD5 (tuxpaint-config-0.0.11.tar.gz) = 6dcd9b3afe9c6fd68d20e25904d9a58d +SHA256 (tuxpaint-config-0.0.11.tar.gz) = 87bf7a758faac0d4eeab84ba925e01b6869973bcf70d4d668529bf53a852e7d8 +SIZE (tuxpaint-config-0.0.11.tar.gz) = 192193 diff --git a/games/tuxpaint-config/files/patch-Makefile b/games/tuxpaint-config/files/patch-Makefile index 47e3b319eaf1..84fdf180e4d3 100644 --- a/games/tuxpaint-config/files/patch-Makefile +++ b/games/tuxpaint-config/files/patch-Makefile @@ -1,14 +1,15 @@ ---- Makefile.orig Sun Jul 1 12:06:18 2007 -+++ Makefile Fri Jul 20 12:07:40 2007 -@@ -20,7 +20,6 @@ +--- ./Makefile.orig 2008-02-27 21:06:33.000000000 -0200 ++++ ./Makefile 2008-08-10 13:41:54.000000000 -0300 +@@ -20,7 +20,7 @@ # Where to install things: -PREFIX=/usr/local ++PREFIX?=/usr/local # Program: -@@ -37,7 +36,7 @@ +@@ -37,7 +37,7 @@ # Docs and man page: DOC_PREFIX=$(PREFIX)/share/doc/tuxpaint-config/ @@ -17,7 +18,16 @@ # Tux Paint's 'System-wide' Config file: -@@ -77,7 +76,7 @@ +@@ -52,7 +52,7 @@ + # Icons and launchers: + + ICON_PREFIX=$(PREFIX)/share/pixmaps/ +-X11_ICON_PREFIX=$(PREFIX)/X11R6/include/X11/pixmaps/ ++X11_ICON_PREFIX=$(PREFIX)/share/pixmaps/ + GNOME_PREFIX=`gnome-config --prefix` + KDE_PREFIX=`kde-config --install apps --expandvars` + KDE_ICON_PREFIX=`kde-config --install icon --expandvars` +@@ -77,7 +77,7 @@ PAPER_LIB=-lpaper # Default CFLAGS: @@ -26,7 +36,7 @@ # The entire set of CFLAGS: ALL_CFLAGS=$(CFLAGS) $(FLTK_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ -@@ -147,8 +146,7 @@ +@@ -147,8 +147,7 @@ # to do this as superuser ("root")) install: install-bin install-data install-man install-doc \ @@ -36,17 +46,7 @@ @echo @echo "All done! Now (preferably NOT as 'root' superuser)," @echo "you can type the command 'tuxpaint-config' to run the" -@@ -238,9 +236,6 @@ - @install -d $(ICON_PREFIX) - @cp data/images/icon.png $(ICON_PREFIX)tuxpaint-config.png - @chmod 644 $(ICON_PREFIX)tuxpaint-config.png -- @install -d $(X11_ICON_PREFIX) -- @cp data/images/icon32x32.xpm $(X11_ICON_PREFIX)tuxpaint-config.xpm -- @chmod 644 $(X11_ICON_PREFIX)tuxpaint-config.xpm - - - # Install the program: -@@ -307,7 +302,7 @@ +@@ -307,7 +306,7 @@ @echo Linking @$(CXX) $(ALL_CFLAGS) -o tuxpaint-config obj/tuxpaint-config.o \ obj/tuxpaint-config2.o obj/defaults.o $(ARCH_LIBS) \ |