diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-12-15 21:54:30 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-12-15 21:54:30 +0800 |
commit | 088796346d394a506a4e84096a62ddcbc3c94688 (patch) | |
tree | 8d9d75d320ffc47582311dc1b0da5b8d1dc23099 /www/mod_auth_imap2/Makefile | |
parent | d9ca43ca08930b47ae3844272bac3f91dc4c05a9 (diff) | |
download | freebsd-ports-gnome-088796346d394a506a4e84096a62ddcbc3c94688.tar.gz freebsd-ports-gnome-088796346d394a506a4e84096a62ddcbc3c94688.tar.zst freebsd-ports-gnome-088796346d394a506a4e84096a62ddcbc3c94688.zip |
- allow staging
- change to new LIB_DEPENDS notation
- s/LATEST_LINK/PKGNAMESUFFIX/
- fix MASTERSITE
Diffstat (limited to 'www/mod_auth_imap2/Makefile')
-rw-r--r-- | www/mod_auth_imap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_imap2/Makefile b/www/mod_auth_imap2/Makefile index 77a5185d0daf..6de6cf3d2ebc 100644 --- a/www/mod_auth_imap2/Makefile +++ b/www/mod_auth_imap2/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 2.2.0 PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://ben.brillat.net/files/projects/mod_auth_imap2/ +PKGNAMESUFFIX= 2 DISTNAME= mod_auth_imap2-${PORTVERSION} DIST_SUBDIR= apache2 @@ -16,7 +17,6 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} USE_APACHE= 22 -LATEST_LINK= mod_auth_imap2 AP_FAST_BUILD= yes AP_GENPLIST= yes |