diff options
author | mph <mph@FreeBSD.org> | 1998-05-02 02:41:28 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-05-02 02:41:28 +0800 |
commit | 9f728e095a306da44cbc3a933d78e8fe31062204 (patch) | |
tree | 805f71556c937ff0ae12f931b5ddbd7984b51d78 /news/trn4/Makefile | |
parent | cadfa1408dfdd9d3cbc944c29876735615e741fd (diff) | |
download | freebsd-ports-gnome-9f728e095a306da44cbc3a933d78e8fe31062204.tar.gz freebsd-ports-gnome-9f728e095a306da44cbc3a933d78e8fe31062204.tar.zst freebsd-ports-gnome-9f728e095a306da44cbc3a933d78e8fe31062204.zip |
Major upgrade to 4.0test26.
Diffstat (limited to 'news/trn4/Makefile')
-rw-r--r-- | news/trn4/Makefile | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/news/trn4/Makefile b/news/trn4/Makefile index 939948aca412..48334e2c6257 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -1,24 +1,29 @@ # New ports collection makefile for: trn -# Version required: 3.6 +# Version required: 4.0-test64 # Date created: 21 October 1994 # Whom: smace # -# $Id: Makefile,v 1.13 1997/04/27 00:24:32 asami Exp $ +# $Id: Makefile,v 1.14 1998/05/01 07:52:00 asami Exp $ # -DISTNAME= trn-3.6 +DISTNAME= trn4-test64 +PKGNAME= trn-4.0b64 CATEGORIES= news -MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ +MASTER_SITES= ftp://ftp.clari.net/private/trn/ \ + ftp://ftp.uu.net/private/trn/ -RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack +MAINTAINER= mph@freebsd.org -BROKEN= awaiting upgrade to trn4 after repository copy +NO_LATEST_LINK= yes NO_PACKAGE= "Too many questions" IS_INTERACTIVE= yes -MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1 +MAN1= trn.1 Pnews.1 Rnmail.1 pre-configure: - @echo "===> Running pre-configure target for ${DISTNAME}" - @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC} + @echo "===> Running pre-configure target for ${DISTNAME}" + @${SED} -e "s:__CC__:$(CC):" -e "s:__CFLAGS__:$(CFLAGS):" \ + -e "s:/PREFIX:$(PREFIX):" ${SCRIPTDIR}/preconf > \ + ${WRKDIR}/preconf.new + @sh ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC} .include <bsd.port.mk> |