summaryrefslogtreecommitdiff
path: root/net/archie.el
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 18:14:07 +0000
commit93a61d6874669ec2bb1bc7deebc61598e4174442 (patch)
treeb771014812f92756476f174cb7d6d567fc13dbc2 /net/archie.el
parentAccidental whitespace (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27423
Diffstat (limited to 'net/archie.el')
-rw-r--r--net/archie.el/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/archie.el/Makefile b/net/archie.el/Makefile
index b2a3580c7192..8fbbcf54ab4c 100644
--- a/net/archie.el/Makefile
+++ b/net/archie.el/Makefile
@@ -1,17 +1,17 @@
# New ports collection makefile for: archie.el
-# Version required: 3.0.2
# Date created: 99/10/6
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= archie.el
-PKGNAME= archie.el-3.0.2
+PORTNAME= archie.el
+PORTVERSION= 3.0.2
CATEGORIES= net elisp
# I don't know the master site
MASTER_SITES= ftp://ftp.cis.ohio-state.edu/pub/elisp-lisp/interfaces/ \
ftp://ftp.kddlabs.co.jp/.2/gnu-attic/ohio-elisp/interfaces/
+DISTNAME= archie.el
EXTRACT_SUFX= .Z
MAINTAINER= taoka@FreeBSD.org