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
This commit is contained in:
Akinori MUSHA 2000-04-08 04:50:21 +00:00
parent 7af990697f
commit 9ed2cd15cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27406

View File

@ -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>