diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-06-05 13:28:10 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-06-05 13:28:10 +0000 |
commit | ccc4fa37c53720081b98746de698202bd59ad060 (patch) | |
tree | c3af1106b739a192d94312666ba6d4f2e0f513be /www/mod_jk | |
parent | a953107ba5029e2a82fd1de84e189b3916b9793e (diff) | |
download | ports-ccc4fa37c53720081b98746de698202bd59ad060.tar.gz ports-ccc4fa37c53720081b98746de698202bd59ad060.zip |
- Clean up the port
PR: ports/65880
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=110883
Diffstat (limited to 'www/mod_jk')
-rw-r--r-- | www/mod_jk/Makefile | 6 | ||||
-rw-r--r-- | www/mod_jk/distinfo | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile index ccd3cbb90ae3..2562e4309946 100644 --- a/www/mod_jk/Makefile +++ b/www/mod_jk/Makefile @@ -47,10 +47,8 @@ AUTOMAKE_ARGS= --add-missing GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-apxs=${APXS} -pre-patch: build-depends - -post-patch: - cd ${WRKSRC}; ${ACLOCAL}; ${LIBTOOLIZE} +run-autotools: + @cd ${WRKSRC}; ${ACLOCAL}; ${LIBTOOLIZE} do-install: ${APXS} -i -A -n jk ${WRKSRC}/apache-${APACHE_VER}/mod_jk.so diff --git a/www/mod_jk/distinfo b/www/mod_jk/distinfo index 8e49bad2284b..36a1418986fb 100644 --- a/www/mod_jk/distinfo +++ b/www/mod_jk/distinfo @@ -1 +1,2 @@ MD5 (jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz) = 55727c871286e010222bb0fb91f21d08 +SIZE (jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz) = 594386 |