1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/pg/files/patch-aa
Neil Blakey-Milner ef78bf56c7 Add pg 010103,an implementation of System V's pg pager.
PR:		24047
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-01-04 10:58:56 +00:00

16 lines
465 B
Plaintext

--- 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