diff options
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 698b779b743..d49f96c6b87 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/06/06 15:28:35 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/22 13:00:14 agc Exp $ # FreeBSD Id: Makefile,v 1.6 1997/07/31 06:36:03 asami Exp # @@ -14,8 +14,6 @@ MAINTAINER= packages@netbsd.org GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=/var/spool -MAN8= nntpcache.8 - post-configure: @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \ ${FILESDIR}/nntpcached.rc > ${WRKSRC}/nntpcached.sh |