diff options
author | krion <krion@FreeBSD.org> | 2004-01-29 10:37:03 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-29 10:37:03 +0000 |
commit | 5042fc7f37ef7a14e4085384e8c06c1b8ce44a75 (patch) | |
tree | dd127b99f6d2fb0cf36cb20ba79aabbf3bbb96bb /x11/apwal/files | |
parent | 1412226796b9fdcdcd8f28c8d6fc97cb1154e765 (diff) | |
download | FreeBSD-ports-5042fc7f37ef7a14e4085384e8c06c1b8ce44a75.zip FreeBSD-ports-5042fc7f37ef7a14e4085384e8c06c1b8ce44a75.tar.gz |
- Update to 0.4.4.
- Use PLIST_FILES & USE_SIZE
PR: ports/62059
Submitted by: maintainer
Diffstat (limited to 'x11/apwal/files')
-rw-r--r-- | x11/apwal/files/patch-sysstuff.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/apwal/files/patch-sysstuff.c b/x11/apwal/files/patch-sysstuff.c deleted file mode 100644 index a32889b..0000000 --- a/x11/apwal/files/patch-sysstuff.c +++ /dev/null @@ -1,11 +0,0 @@ ---- sysstuff.c.orig Wed Dec 3 09:58:17 2003 -+++ sysstuff.c Wed Dec 3 09:58:45 2003 -@@ -370,7 +370,7 @@ - len = strlen(procfile); - pid = getpid(); - sprintf(procfile + len, "%d", pid); -- strcat(procfile, "/exe"); -+ strcat(procfile, "/file"); - - // read procfile to get the binary file of apwal - cc = readlink(procfile, execfile, FILENAME_MAX); |