aboutsummaryrefslogtreecommitdiffstats
path: root/www/middleman/files
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-04-30 20:15:55 +0800
committerfjoe <fjoe@FreeBSD.org>2003-04-30 20:15:55 +0800
commit0499382ca09fde71340f74c20fea703415b0f2c2 (patch)
tree161f4d27cecf9e533134de0c1d0c89e077c7368b /www/middleman/files
parenta61788c82d617c08402811b85d1e905cd8ba69f9 (diff)
downloadfreebsd-ports-gnome-0499382ca09fde71340f74c20fea703415b0f2c2.tar.gz
freebsd-ports-gnome-0499382ca09fde71340f74c20fea703415b0f2c2.tar.zst
freebsd-ports-gnome-0499382ca09fde71340f74c20fea703415b0f2c2.zip
Honor PREFIX when patching startup script
Submitted by: MAINTAINER
Diffstat (limited to 'www/middleman/files')
-rw-r--r--www/middleman/files/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/middleman/files/patch-aa b/www/middleman/files/patch-aa
deleted file mode 100644
index 0efef10d0024..000000000000
--- a/www/middleman/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- scripts/mman.init.orig Sun Apr 27 18:38:32 2003
-+++ scripts/mman.init Sun Apr 27 18:38:54 2003
-@@ -1,9 +1,9 @@
- #!/bin/sh
-
--PROGRAM=/usr/bin/mman
-+PROGRAM=/usr/local/bin/mman
- PIDFILE=/var/run/mman.pid
- LOGFILE=/var/log/mman.log
--CONFIG=/etc/mman/config.xml
-+CONFIG=/usr/local/etc/mman.xml
- LOGLEVEL=2047
- case "$1" in
- start|--start)