diff options
author | hubertf <hubertf> | 2001-01-26 05:21:43 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-01-26 05:21:43 +0000 |
commit | 6a61c12638fa0b8cfa31e3b17fcc61b172750bf8 (patch) | |
tree | 8da29b5c3584f56ad795de61b8510a209d489316 /news/nntpcache/Makefile | |
parent | 611ae146a05ac1e2a6af32bce663a693bbf58a0c (diff) | |
download | pkgsrc-6a61c12638fa0b8cfa31e3b17fcc61b172750bf8.tar.gz |
etc/rc.d cleanup: rename *.sh -> *
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r-- | news/nntpcache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 0599b7ce578..ef166bf234b 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/06/21 12:50:28 mjl Exp $ +# $NetBSD: Makefile,v 1.9 2001/01/26 05:21:48 hubertf Exp $ # FreeBSD Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp # @@ -46,7 +46,7 @@ post-configure: ${FILESDIR}/nntpcached.rc > ${WRKSRC}/nntpcached.sh post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh ${PREFIX}/etc/rc.d + ${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh ${PREFIX}/etc/rc.d/nntpcached ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nntpcache cd ${WRKSRC} && ${INSTALL_DATA} README INSTALL FAQ FAQ.html LICENSING \ ${PREFIX}/share/doc/nntpcache/ |