aboutsummaryrefslogtreecommitdiff
path: root/print/gp/files
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-04-18 12:54:22 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1998-04-18 12:54:22 +0000
commit4074a72f301b810132ec59013d8a6753b96cb198 (patch)
tree0ed6ca4e6de6606ef3b97cd7125df8194dfc6203 /print/gp/files
parent8cec30a3340b8ee1a4709670e2d1c680242fbed9 (diff)
Notes
Diffstat (limited to 'print/gp/files')
-rw-r--r--print/gp/files/patch-aa14
1 files changed, 8 insertions, 6 deletions
diff --git a/print/gp/files/patch-aa b/print/gp/files/patch-aa
index 7c8f0b5c1bf2..23de187c97ea 100644
--- a/print/gp/files/patch-aa
+++ b/print/gp/files/patch-aa
@@ -1,15 +1,16 @@
-*** Makefile~ Sun Feb 1 20:48:49 1998
---- Makefile Mon Feb 2 16:47:20 1998
+*** Makefile.orig Sun Feb 1 20:48:49 1998
+--- Makefile Sun Feb 22 21:27:43 1998
***************
-*** 13,19 ****
+*** 13,20 ****
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/GP
! FILTERS = `ls filters`
- FILTERS.SAMPLE = `ls filters.sample`
+! FILTERS.SAMPLE = `ls filters.sample`
ICONS = printer.xbm exit.xbm
---- 13,24 ----
+
+--- 13,25 ----
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/GP
@@ -19,6 +20,7 @@
! FILTERS =a2ps dvips ImageMagick
! .endif
!
- FILTERS.SAMPLE = `ls filters.sample`
+! FILTERS.SAMPLE!= ls filters.sample
ICONS = printer.xbm exit.xbm
+