diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-15 22:54:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-15 22:54:25 +0000 |
commit | 901fb78c07a3a4bc36c40fcad8ddfd414d1ef3df (patch) | |
tree | baa8433b3e090f28b3a0c1eaa5e7131f645ac1b5 /devel/pmake/files/patch-ad | |
parent | Fixup dependency problems with libawt and libjpeg, libpng and libgif. (diff) |
Initial import of pmake version 2.1.33.
A parallel make(1) from the Sprite OS project.
Reviewed by: asami
Notes
Notes:
svn path=/head/; revision=14545
Diffstat (limited to 'devel/pmake/files/patch-ad')
-rw-r--r-- | devel/pmake/files/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/pmake/files/patch-ad b/devel/pmake/files/patch-ad new file mode 100644 index 000000000000..21f90d174a51 --- /dev/null +++ b/devel/pmake/files/patch-ad @@ -0,0 +1,13 @@ +--- 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 + + # |