diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 07:52:25 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-21 07:52:25 +0000 |
commit | feb212beb00bfe3bc18e398c9d57084415ce3efd (patch) | |
tree | bc6deb450f4a254989bf685e19706e7650292054 /news/trn/Makefile | |
parent | Update to OpenGatekeeper 0.50 (diff) |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'news/trn/Makefile')
-rw-r--r-- | news/trn/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index c70844028cdf..11daa967d180 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -6,21 +6,21 @@ # PORTNAME= trn -PORTVERSION= 3.6 +PORTVERSION= 3.6 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ MAINTAINER= smace@FreeBSD.org -RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack +RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack -WRKSRC= $(WRKDIR)/trn-3.6 +WRKSRC= ${WRKDIR}/trn-3.6 MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1 HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure -CONFIGURE_ENV= PREFIX="$(PREFIX)" -CONFIGURE_ARGS= -S +CONFIGURE_ENV= PREFIX="${PREFIX}" +CONFIGURE_ARGS= -S post-install: .if !defined(BATCH) |