summaryrefslogtreecommitdiff
path: root/graphics/wmgrabimage
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-01-05 20:55:55 +0000
committerAde Lovett <ade@FreeBSD.org>2000-01-05 20:55:55 +0000
commit75a8a14723d5811555f39be4ff1b9cf691686088 (patch)
treef1bcb9a9b8dd0bfb57bac28d70c96da8d3cbfec5 /graphics/wmgrabimage
parentUpdate port to 0.99.4 (diff)
Fix a number of nits that I should have picked up.
Pointed out by: steve
Notes
Notes: svn path=/head/; revision=24450
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 70686c05bc63..e56104d25b6f 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 29b1449951cc..c56c3ad975b4 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 f00b42079f07..6fc7bc4ec571 100644
--- a/graphics/wmgrabimage/pkg-plist
+++ b/graphics/wmgrabimage/pkg-plist
@@ -1,2 +1,2 @@
-bin/wmGrabImage
bin/GrabImage
+bin/wmGrabImage