1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/pmake/files/patch-ad
Steve Price 901fb78c07 Initial import of pmake version 2.1.33.
A parallel make(1) from the Sprite OS project.

Reviewed by:	asami
1998-11-15 22:54:25 +00:00

14 lines
306 B
Plaintext

--- common.mk.orig Thu Nov 12 15:49:34 1998
+++ common.mk Thu Nov 12 15:50:31 1998
@@ -30,8 +30,8 @@
# INCLUDE where the sprite include files are
#
DESTDIR =
-BINDIR = /usr/local/bin
-LIBDIR = /usr/local/lib/pmake
+BINDIR = $(PREFIX)/bin
+LIBDIR = $(PREFIX)/lib/pmake
SYSTEM_MK = system.mk
#