diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-10 16:12:23 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-10 16:12:23 +0000 |
commit | 84fca4c34adbfb5e47e228d4803be2beef74d995 (patch) | |
tree | a500b2e3d6b28ad2f82b5054ed328da395b9a50e /news/nntp | |
parent | @dirrm include/gkrellm (diff) |
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 9610c65519ad..4871718490c7 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 |