diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-02-24 22:10:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-02-24 22:10:52 +0000 |
commit | 1134a120475a4f72f1c2ae98ff0fa8968cc39066 (patch) | |
tree | 720dc30ba4ea4a86f63698b0628fdc723fc74b23 /devel/pmake/files/patch-af | |
parent | Upgrade to LLVM and Clang r126079 to match the version in HEAD. (diff) |
Remove expired ports:
2011-02-23 devel/pmake: does not build on any supported version of FreeBSD
2011-02-24 net-p2p/linux-agsatellite: the whole service went to cloud
Notes
Notes:
svn path=/head/; revision=269603
Diffstat (limited to 'devel/pmake/files/patch-af')
-rw-r--r-- | devel/pmake/files/patch-af | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/pmake/files/patch-af b/devel/pmake/files/patch-af deleted file mode 100644 index b8427c754a64..000000000000 --- a/devel/pmake/files/patch-af +++ /dev/null @@ -1,23 +0,0 @@ ---- 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 |