summaryrefslogtreecommitdiff
path: root/www/w3-4
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-10 00:07:29 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-10 00:07:29 +0000
commitc3bb46468efb8e5e67dcd557814ce25e7c9521ee (patch)
tree94b6306cf43a2f77691932d56a3d8be806d6e130 /www/w3-4
parentUpdate with the new PORTNAME/PORTVERSION variables (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27430
Diffstat (limited to 'www/w3-4')
-rw-r--r--www/w3-4/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/w3-4/Makefile b/www/w3-4/Makefile
index cd01ef4451c7..709d5e54c835 100644
--- a/www/w3-4/Makefile
+++ b/www/w3-4/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: w3 on Emacs
-# Version required: 2.2.26
# Date created: 31 December 1996
# Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
-DISTNAME= w3-2.2.26
+PORTNAME= w3
+PORTVERSION= 2.2.26
CATEGORIES?= www elisp
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/network/WWW/w3/ \
ftp://ftp.cs.indiana.edu/pub/elisp/w3/
@@ -53,7 +53,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PORTSDOCDIR}
@${MKDIR} ${SAMPLEDIR}
-.for f in dot.mosaic-hotlist-default
+.for f in dot.mosaic-hotlist-default
@${INSTALL_DATA} ${FILESDIR}/${f} ${SAMPLEDIR}
.endfor
.for f in dot.emacs
@@ -68,6 +68,6 @@ post-install:
INFODIR=${INFODIR} INFOFILE=${INFOFILE} \
ELISPDIR=${ELISPDIR} ADDIR=${ADDIR} \
DIRSECTION="${DIRSECTION}" \
- ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+ ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>