diff options
Diffstat (limited to 'mail/wanderlust/Makefile')
-rw-r--r-- | mail/wanderlust/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index f7cef49be8c2..af8f7efdb4ae 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: Wanderlust (for emacs) -# Version required: 1.0.x # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> # # $FreeBSD$ # -DISTNAME= wl-1.0.3 -PKGNAME= wanderlust-${EMACS_PORT}-1.0.3 +PORTNAME= wanderlust-${EMACS_PORT} +PORTVERSION= 1.0.3 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \ ftp://ftp.jaist.ac.jp/pub/GNU/elisp/wanderlust/stable/ \ ftp://daidai.kuis.kyoto-u.ac.jp/pub/mirror/ftp.gohome.org/pub/elisp/wl/stable/ \ ftp://ftp.ring.gr.jp/pub/text/elisp/wl/stable/ +DISTNAME= wl-${PORTVERSION} MAINTAINER= nobutaka@nobutaka.com |