summaryrefslogtreecommitdiff
path: root/www/linemode
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-08 04:50:21 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-08 04:50:21 +0000
commit9ed2cd15cd6d796aea71138c0f041b1c75880f0c (patch)
treedbe5076547c7fcbc9636de48728e09fb1338f421 /www/linemode
parentMinor point release to 3.0.1. (diff)
Remove the current MAINTAINER from his position, and now
ports@FreeBSD.org will take care of it. PR: ports/17849 Requested by: MAINTAINER Owing to: pressure of business Plus some style fixes. - Use ${INSTALL_PROGRAM} - Use PORTNAME/PORTVERSION and utilize PORTVERSION for other parts - Define WRKSRC
Notes
Notes: svn path=/head/; revision=27406
Diffstat (limited to 'www/linemode')
-rw-r--r--www/linemode/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/www/linemode/Makefile b/www/linemode/Makefile
index e7f57c56a882..55d43ca9184b 100644
--- a/www/linemode/Makefile
+++ b/www/linemode/Makefile
@@ -1,28 +1,28 @@
# New ports collection makefile for: linemode
-# Version required: 4.0D
# Date created: 17 April 1995
# Whom: NIIMI Satoshi <sa2c@and.or.jp>
#
# $FreeBSD$
#
-DISTNAME= WWW
-PKGNAME= linemode-4.0D
+PORTNAME= linemode
+PORTVERSION= 4.0D
CATEGORIES= www
-MASTER_SITES= ftp://ftp.w3.org/pub/linemode/old/ \
+MASTER_SITES= ftp://ftp.w3.org/pub/linemode/old/ \
ftp://ftp.w3.org/pub/libwww/old/ \
ftp://ftp-eu.w3.org/pub/linemode/old/ \
ftp://ftp-eu.w3.org/pub/libwww/old/
-DISTFILES= w3c-libwww-4.0D.tar.gz \
- www_4.0D_src.tar.gz
+DISTFILES= w3c-libwww-${PORTVERSION}.tar.gz \
+ www_${PORTVERSION}_src.tar.gz
-MAINTAINER= sa2c@and.or.jp
+MAINTAINER= ports@FreeBSD.org
+
+WRKSRC= ${WRKDIR}/WWW
do-build:
cd ${WRKSRC}; ./BUILD linemode
do-install:
- ${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- ${WRKSRC}/LineMode/freebsd/www ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/LineMode/freebsd/www ${PREFIX}/bin/
.include <bsd.port.mk>