summaryrefslogtreecommitdiff
path: root/www/mapedit/files/patch-aa
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-09-18 15:22:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-09-18 15:22:54 +0000
commit609e437cfab0145a7c97646e0504a5c5d07e7e5d (patch)
treea09d9b43b8af9b429a49aea278066b1bf3fa056c /www/mapedit/files/patch-aa
parent2007-08-29 security/vncrypt: not supported on any current version of FreeBSD (diff)
2007-09-15 x11-wm/obtuner: broken with recent Openbox and the project is not active anymore
2007-08-22 www/mapedit: Depends on obsolete version of jdk 2007-08-22 www/hotjava: Depends on obsolete version of jdk 2007-08-29 sysutils/cd9660_unicode: is obsolete. See mount_cd9660(8) 2007-09-11 net-mgmt/p5-Net-SNMP3: only runs with old, unsupported Perl versions
Notes
Notes: svn path=/head/; revision=199713
Diffstat (limited to 'www/mapedit/files/patch-aa')
-rw-r--r--www/mapedit/files/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/www/mapedit/files/patch-aa b/www/mapedit/files/patch-aa
deleted file mode 100644
index cfbff9babe7f..000000000000
--- a/www/mapedit/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- mapedit.orig Sun Mar 15 16:11:07 1998
-+++ mapedit Sun Mar 15 16:12:24 1998
-@@ -9,18 +9,17 @@
- #the path of end users.
-
- #Where you have moved the mapedit directory to
--MAPEDIT_DIR=/usr/local/lib/mapedit
-+MAPEDIT_DIR=!!LOCALBASE!!/lib/mapedit
-
- #The regular class path, which will probably
- #differ on your system -- this setting
- #is correct for the Linux JDK
--CLASSPATH=/usr/local/java/lib/classes.zip
-+CLASSPATH=!!LOCALBASE!!/java/lib/classes.zip
-
- #Where is your Java interpreter? If it is not in a typical
- #user's path you may need to change this setting
--JAVA=java
-+JAVA=!!LOCALBASE!!/java/bin/java
-
- #Now run it!
-
- $JAVA -classpath $CLASSPATH:$MAPEDIT_DIR:$MAPEDIT_DIR/MRJToolkitStubs.zip Mapedit -datadir $MAPEDIT_DIR
--