summaryrefslogtreecommitdiffstats
path: root/graphics/wmgrabimage
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-01-05 20:55:55 +0000
committerade <ade@FreeBSD.org>2000-01-05 20:55:55 +0000
commit4c38bdd955d963db23d575b8c166bc4d421f24a1 (patch)
treeb71db11648927d28ba15a99ad23051d51d348f95 /graphics/wmgrabimage
parent358212c4c281d3d4b515af39d87397d737add805 (diff)
downloadFreeBSD-ports-4c38bdd955d963db23d575b8c166bc4d421f24a1.zip
FreeBSD-ports-4c38bdd955d963db23d575b8c166bc4d421f24a1.tar.gz
Fix a number of nits that I should have picked up.
Pointed out by: steve
Diffstat (limited to 'graphics/wmgrabimage')
-rw-r--r--graphics/wmgrabimage/files/patch-aa25
-rw-r--r--graphics/wmgrabimage/pkg-comment2
-rw-r--r--graphics/wmgrabimage/pkg-plist2
3 files changed, 16 insertions, 13 deletions
diff --git a/graphics/wmgrabimage/files/patch-aa b/graphics/wmgrabimage/files/patch-aa
index 70686c0..e56104d 100644
--- a/graphics/wmgrabimage/files/patch-aa
+++ b/graphics/wmgrabimage/files/patch-aa
@@ -1,19 +1,22 @@
---- Makefile.orig Thu Nov 4 01:07:27 1999
-+++ Makefile Thu Nov 4 01:07:55 1999
-@@ -1,6 +1,6 @@
- CC = gcc
- CFLAGS = -O2 -Wall
+--- Makefile.orig Mon Feb 1 15:55:30 1999
++++ Makefile Wed Jan 5 14:31:02 2000
+@@ -1,6 +1,7 @@
+-CC = gcc
+-CFLAGS = -O2 -Wall
-INCDIR = -I/usr/X11R6/include/X11
++CC ?= gcc
++CFLAGS ?= -O2
++CFLAGS += -Wall
+INCDIR = -I/usr/X11R6/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
# for linux
-@@ -12,7 +12,7 @@
-
-
+@@ -12,7 +13,7 @@
+
+
.c.o:
- $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
+ $(CC) $(CFLAGS) -c $< -o $*.o $(INCDIR)
-
-
- all: wmGrabImage.o wmGrabImage
+
+
+ all: wmGrabImage.o wmGrabImage
diff --git a/graphics/wmgrabimage/pkg-comment b/graphics/wmgrabimage/pkg-comment
index 29b1449..c56c3ad 100644
--- a/graphics/wmgrabimage/pkg-comment
+++ b/graphics/wmgrabimage/pkg-comment
@@ -1 +1 @@
-Monitor your favorite web image.
+Monitor your favorite web image
diff --git a/graphics/wmgrabimage/pkg-plist b/graphics/wmgrabimage/pkg-plist
index f00b420..6fc7bc4 100644
--- a/graphics/wmgrabimage/pkg-plist
+++ b/graphics/wmgrabimage/pkg-plist
@@ -1,2 +1,2 @@
-bin/wmGrabImage
bin/GrabImage
+bin/wmGrabImage
OpenPOWER on IntegriCloud