diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-08-10 16:12:23 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-08-10 16:12:23 +0000 |
commit | a03142ec9e68a816f615168d6bd28b59802ed667 (patch) | |
tree | c86d0fea7b7115c0053668546b0fde11322dcc87 /news/nntp | |
parent | 0db2b17a9ce4f86d8556a793ebb337757b21749a (diff) | |
download | FreeBSD-ports-a03142ec9e68a816f615168d6bd28b59802ed667.zip FreeBSD-ports-a03142ec9e68a816f615168d6bd28b59802ed667.tar.gz |
Substitute the extra spaces
Diffstat (limited to 'news/nntp')
-rw-r--r-- | news/nntp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 9610c65..4871718 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -22,8 +22,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews NO_WRKSUBDIR= yes MAN1= nntpxmit.1 MAN8= nntpd.8c acttimes.8c -PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} -PLIST_SUB+= NEWSCTL=${NEWSCTL:S=${PREFIX}/==} +PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} +PLIST_SUB+= NEWSCTL=${NEWSCTL:S=${PREFIX}/==} MODIFY= conf.h Makefile |