From 9ed2cd15cd6d796aea71138c0f041b1c75880f0c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 8 Apr 2000 04:50:21 +0000 Subject: 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 --- www/linemode/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'www/linemode') 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 # # $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 -- cgit v1.2.3