diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 04:01:08 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-14 04:01:08 +0800 |
commit | 45ce14b7018952069f2f933ec84e6f50e053e925 (patch) | |
tree | 18fa37ee8767ce479363cd222b3749f059b4cb59 /mail/ezmlm-idx | |
parent | ce7a396a6a052a3c0fe5b94f715ce9f3d6594819 (diff) | |
download | freebsd-ports-gnome-45ce14b7018952069f2f933ec84e6f50e053e925.tar.gz freebsd-ports-gnome-45ce14b7018952069f2f933ec84e6f50e053e925.tar.zst freebsd-ports-gnome-45ce14b7018952069f2f933ec84e6f50e053e925.zip |
Update to use PORTNAME/PORTVERSION
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index 96adfaeddffc..ea0d5c90efdf 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -1,11 +1,12 @@ # New ports collection makefile for: ezmlm-idx -# Version required: 0.40 # Date created: 28 November 1998 # Whom: Neil Blakey-Milner <nbm@rucus.ru.ac.za> # # $FreeBSD$ +# -DISTNAME= ezmlm-idx-${IDX_VERSION} +PORTNAME= ezmlm-idx +PORTVERSION= 0.40 CATEGORIES= mail MASTER_SITES= ftp://ftp.ezmlm.org/pub/patches/ \ ftp://ftp.rivertown.net/pub/ezmlm/ \ @@ -65,12 +66,11 @@ MY_SCRIPTS= accept check glconf mktab test MY_CONFIG= ezmlmglrc ezmlmrc ezmlmsubrc EZMLM_VERSION= 0.53 -IDX_VERSION= 0.40 PLIST= ${WRKDIR}/PLIST pre-patch: - @${MV} -f ${WRKDIR}/ezmlm-idx-${IDX_VERSION}/* ${WRKSRC} + @${MV} -f ${WRKDIR}/ezmlm-idx-${PORTVERSION}/* ${WRKSRC} @cd ${WRKSRC} && ${PATCH} < idx.patch post-patch: |