diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-11 09:02:24 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-11 09:02:24 +0000 |
commit | d70ee1ace1411cad46d58e3b74bf4d1d46037dce (patch) | |
tree | fcd27a35fcab93921968c1b9daa69d0f9cdd94a9 /net-mgmt/bpft/files | |
parent | Bunch 'o fixes for the BSD games, many from NetBSD. (diff) |
* fix fetching by updating to 2003-10-28
* unbreak
* replace patch-pathnames with REINPLACE_CMD
* honor NOPORTDOCS
* make pkg-install honor PREFIX
* replace %%PREFIX%% with %D in packing list per portlint
PR: 59143
Submitted by: igla@batterybackups.net
Approved by: maintainer
Diffstat (limited to 'net-mgmt/bpft/files')
-rw-r--r-- | net-mgmt/bpft/files/patch-pathnames | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net-mgmt/bpft/files/patch-pathnames b/net-mgmt/bpft/files/patch-pathnames deleted file mode 100644 index b6bc90e43456..000000000000 --- a/net-mgmt/bpft/files/patch-pathnames +++ /dev/null @@ -1,17 +0,0 @@ ---- include/pathnames.h.orig Fri Oct 18 10:28:27 2002 -+++ include/pathnames.h Sun Mar 30 17:48:50 2003 -@@ -33,12 +33,12 @@ - - /* where unerased tmp directory */ - #ifndef _PATH_VARTMP --#define _PATH_VARTMP "/usr/local/var/trafd/tmp/" -+#define _PATH_VARTMP "/usr/local/var/bpft/tmp/" - #endif - - /* where backuped data */ - #ifndef PATH_TOSAVE --#define PATH_TOSAVE "/usr/local/var/trafd/" -+#define PATH_TOSAVE "/usr/local/var/bpft/" - #endif - - /* where locate trafstat */ |