From 4c38bdd955d963db23d575b8c166bc4d421f24a1 Mon Sep 17 00:00:00 2001 From: ade Date: Wed, 5 Jan 2000 20:55:55 +0000 Subject: Fix a number of nits that I should have picked up. Pointed out by: steve --- graphics/wmgrabimage/files/patch-aa | 25 ++++++++++++++----------- graphics/wmgrabimage/pkg-comment | 2 +- graphics/wmgrabimage/pkg-plist | 2 +- 3 files changed, 16 insertions(+), 13 deletions(-) (limited to 'graphics/wmgrabimage') 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 -- cgit v1.1