diff options
author | clement <clement@FreeBSD.org> | 2004-11-25 21:29:04 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-11-25 21:29:04 +0800 |
commit | eaf0d124b044a348085c75b4629d820b75ab8654 (patch) | |
tree | d8b40a8cc1310b1494e20722b2ccefe6d99320ef /www | |
parent | 07ae3b03d8a36b649990e193449d263a7554bc05 (diff) | |
download | freebsd-ports-gnome-eaf0d124b044a348085c75b4629d820b75ab8654.tar.gz freebsd-ports-gnome-eaf0d124b044a348085c75b4629d820b75ab8654.tar.zst freebsd-ports-gnome-eaf0d124b044a348085c75b4629d820b75ab8654.zip |
- Fix LATEST_LINK
Noticed by: kris bot II
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_imap2/Makefile | 1 | ||||
-rw-r--r-- | www/mod_macro2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile index 89167189e729..5345a165629a 100644 --- a/www/mod_auth_imap2/Makefile +++ b/www/mod_auth_imap2/Makefile @@ -16,6 +16,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= An Apache 2 module to provide authentication via an IMAP mail server WANT_APACHE= 2 +LATEST_LINK= mod_auth_imap2 AP_FAST_BUILD= YES AP_GENPLIST= YES diff --git a/www/mod_macro2/Makefile b/www/mod_macro2/Makefile index 2a3645aff995..a541ff140f9e 100644 --- a/www/mod_macro2/Makefile +++ b/www/mod_macro2/Makefile @@ -14,6 +14,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Apache2 module for use macros in config files WANT_APACHE= 2 +LATEST_LINK= mod_macro2 AP_FAST_BUILD= YES AP_GENPLIST= YES PORTDOCS= ${PORTNAME}.html |