aboutsummaryrefslogtreecommitdiff
path: root/x11/gmessage
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-10 09:32:14 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-10 09:32:14 +0000
commit82b3ec3f0d09968e247af97581a9410be3829d6a (patch)
treed01ce93d044c7712e5539a7994fbe9096ac7ac0f /x11/gmessage
parentb40822e3c5ee7866a0311e07dad959c8c0b61490 (diff)
downloadports-82b3ec3f0d09968e247af97581a9410be3829d6a.tar.gz
ports-82b3ec3f0d09968e247af97581a9410be3829d6a.zip
Notes
Diffstat (limited to 'x11/gmessage')
-rw-r--r--x11/gmessage/Makefile1
-rw-r--r--x11/gmessage/files/patch-aa8
2 files changed, 4 insertions, 5 deletions
diff --git a/x11/gmessage/Makefile b/x11/gmessage/Makefile
index 4c35adfd9565..6ddfc62bf214 100644
--- a/x11/gmessage/Makefile
+++ b/x11/gmessage/Makefile
@@ -13,5 +13,4 @@ COMMENT= Gtk+ clone of xmessage. displays a given text in a X11 window
PLIST_FILES= bin/gmessage
USE_GNOME= gtk12
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/x11/gmessage/files/patch-aa b/x11/gmessage/files/patch-aa
index 6d6e4d81ffee..ee720e257893 100644
--- a/x11/gmessage/files/patch-aa
+++ b/x11/gmessage/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu May 27 19:58:06 1999
-+++ Makefile Sat Jul 1 17:48:44 2000
+--- Makefile.orig 1999-05-27 18:58:06.000000000 +0800
++++ Makefile 2014-01-10 14:20:30.000000000 +0800
@@ -1,6 +1,6 @@
-CC = gcc
-CFLAGS = `gtk-config --cflags`
@@ -10,12 +10,12 @@
all: gmessage
-@@ -8,7 +8,7 @@
+@@ -8,7 +8,7 @@ gmessage: gmessage.c
$(CC) $(CFLAGS) gmessage.c -o gmessage $(OBJS) $(LDLIBS)
install: gmessage
- cp ./gmessage /usr/local/bin
-+ ${BSD_INSTALL_PROGRAM} gmessage ${PREFIX}/bin
++ ${BSD_INSTALL_PROGRAM} gmessage $(DESTDIR)${PREFIX}/bin
clean:
$(RM) *.o core gmessage