diff options
Diffstat (limited to 'misc/pg/files/patch-aa')
-rw-r--r-- | misc/pg/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/pg/files/patch-aa b/misc/pg/files/patch-aa new file mode 100644 index 0000000..2ff51df --- /dev/null +++ b/misc/pg/files/patch-aa @@ -0,0 +1,15 @@ +--- makefile.orig Wed Jan 3 05:06:51 2001 ++++ makefile Wed Jan 3 13:37:36 2001 +@@ -3,11 +3,10 @@ + # CONFIGURATION + + #WARN = -Wall -Wno-parentheses -Wno-implicit-int -Wshadow +-PREFIX = /usr/local + BINDIR = $(PREFIX)/bin + MANDIR = $(PREFIX)/man + MANSECT = $(MANDIR)/man1 +-INSTALL = /usr/ucb/install ++INSTALL = /usr/bin/install + # For Linux, enable both of the following flags. + # For Solaris 8, disable SUSF (other versions untested). + SUSF = -D_XOPEN_SOURCE=500L |