diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:41:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:41:31 +0000 |
commit | 1515c6a2074bad34ae1483f1e57dd1e761ab8641 (patch) | |
tree | 2fad22fa9a1f3f043f3856cb7b8ae5c5ff32dd43 /www/apache-jserv/files/patch-ah | |
parent | Update to version 1.2.4 and add WWW: to pkg/DESCR. (diff) |
Portlint, deinstall cleanly, and put the .jar files where they belong.
PR: 17835
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'www/apache-jserv/files/patch-ah')
-rw-r--r-- | www/apache-jserv/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/apache-jserv/files/patch-ah b/www/apache-jserv/files/patch-ah new file mode 100644 index 000000000000..efa2c044ea32 --- /dev/null +++ b/www/apache-jserv/files/patch-ah @@ -0,0 +1,11 @@ +--- src/java/Makefile.in.orig Fri Apr 7 01:36:25 2000 ++++ src/java/Makefile.in Fri Apr 7 01:37:51 2000 +@@ -109,7 +109,7 @@ + SUBDIRS = org + + ARCHIVE = $(PACKAGE).jar +-jardir = ${libexecdir} ++jardir = $(prefix)/share/java/classes + jar_DATA = ${ARCHIVE} + + # VT: NOTE: This is not going to be as bad as in ECS because the findstring |