diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 07:52:25 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 07:52:25 +0000 |
commit | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (patch) | |
tree | 040f4df051f5f7a06aff8f09d9b28c63a6fb9cf6 /news/trn | |
parent | 5c3d870af108490066d61208d62182c10c3a7b64 (diff) | |
download | FreeBSD-ports-fef90ef29a8aec44c1d930de3396ab6ff3eabbd8.zip FreeBSD-ports-fef90ef29a8aec44c1d930de3396ab6ff3eabbd8.tar.gz |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'news/trn')
-rw-r--r-- | news/trn/Makefile | 10 | ||||
-rw-r--r-- | news/trn/pkg-descr | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile index c708440..11daa96 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) diff --git a/news/trn/pkg-descr b/news/trn/pkg-descr index 845ca05..835fdb8 100644 --- a/news/trn/pkg-descr +++ b/news/trn/pkg-descr @@ -14,4 +14,3 @@ Other nice features include the extract commands for the source and binary groups, thread-oriented kill directives, a better newgroup finding strategy, and lots more. See the file NEW for a list of the things that are new to trn 3.0 from previous versions. - |