diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 15:52:25 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 15:52:25 +0800 |
commit | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (patch) | |
tree | 040f4df051f5f7a06aff8f09d9b28c63a6fb9cf6 /news/cnews | |
parent | 5c3d870af108490066d61208d62182c10c3a7b64 (diff) | |
download | freebsd-ports-gnome-fef90ef29a8aec44c1d930de3396ab6ff3eabbd8.tar.gz freebsd-ports-gnome-fef90ef29a8aec44c1d930de3396ab6ff3eabbd8.tar.zst freebsd-ports-gnome-fef90ef29a8aec44c1d930de3396ab6ff3eabbd8.zip |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'news/cnews')
-rw-r--r-- | news/cnews/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 803f32d34c8d..e5a20d185470 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -19,6 +19,7 @@ DISTNAME= c-news EXTRACT_SUFX= .tar.Z DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ pgpverify-1.12 +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ftp://ftp.lan-ks.de/pub/c-news/ \ ftp://ftp.dinoex.org/pub/c-news/ @@ -36,7 +37,6 @@ MAINTAINER= dirk.meyer@dinoex.sub.org DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= yes -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAKEFILE= makefile MAN1= checknews.1cn inews.1cn postnews.1cn readnews.1cn MAN5= controlperm.5 news.5 newsctl.5 newsdb.5 newsoverview.5 \ @@ -68,7 +68,7 @@ PATCHFILES+= c-news-patch-gawk3 .endif check: - cd ${WRKSRC} && ${MAKE} -$(MAKEFLAGS) r + cd ${WRKSRC} && ${MAKE} -${MAKEFLAGS} r pre-patch: @${CP} ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} ${WRKSRC}/${PGPVERIFY} |