diff options
author | steve <steve@FreeBSD.org> | 1998-11-15 22:54:25 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-15 22:54:25 +0000 |
commit | 3e2944e54d721a081d51b9619a8204c09fd0d202 (patch) | |
tree | dd22e619627cdcc25b9703d5f0ea86df55841460 /devel/pmake/files/patch-af | |
parent | 7aa612821beb3b65eeee908d25b0c04d09a4e1ff (diff) | |
download | FreeBSD-ports-3e2944e54d721a081d51b9619a8204c09fd0d202.zip FreeBSD-ports-3e2944e54d721a081d51b9619a8204c09fd0d202.tar.gz |
Initial import of pmake version 2.1.33.
A parallel make(1) from the Sprite OS project.
Reviewed by: asami
Diffstat (limited to 'devel/pmake/files/patch-af')
-rw-r--r-- | devel/pmake/files/patch-af | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/pmake/files/patch-af b/devel/pmake/files/patch-af new file mode 100644 index 0000000..b8427c7 --- /dev/null +++ b/devel/pmake/files/patch-af @@ -0,0 +1,23 @@ +--- customs/Makefile.orig Thu Nov 12 16:41:07 1998 ++++ customs/Makefile Thu Nov 12 16:42:14 1998 +@@ -19,16 +19,16 @@ + # + # Owner of the various binaries + # +-OWNER = $$USER ++OWNER = root + + # + # ETCDIR is where the system-control clients and the daemon itself go. + # USRLIBDIR is where the customs library (archive) goes. + # INCLUDEDIR is where the header files belonging to the customs library go. + # +-ETCDIR = /usr/local/etc +-USRLIBDIR = /usr/local/lib +-INCLUDEDIR = /usr/local/include/customs ++ETCDIR = $(PREFIX)/etc ++USRLIBDIR = $(PREFIX)/lib ++INCLUDEDIR = $(PREFIX)/include/customs + + # + # Strip installed binaries |