summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-03-15 17:15:03 +0000
committeruebayasi <uebayasi>2002-03-15 17:15:03 +0000
commit30023f011bc033ea2d471f537393c0473029259f (patch)
treebb3d08a543ab59b7d832c753d8664af695738072 /textproc
parent914f76f4392c2660191c51ea1a663b8a5f58666f (diff)
downloadpkgsrc-30023f011bc033ea2d471f537393c0473029259f.tar.gz
Use not ${INSTALL_DATA} but ${INSTALL_SCRIPT} for rc script.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ndtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ndtpd/Makefile b/textproc/ndtpd/Makefile
index 20cd646be0f..fe96b67fd56 100644
--- a/textproc/ndtpd/Makefile
+++ b/textproc/ndtpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/03/15 07:19:58 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2002/03/15 17:15:03 uebayasi Exp $
DISTNAME= ndtpd-3.1.1
CATEGORIES= textproc japanese
@@ -36,7 +36,7 @@ post-build:
@${SED} ${FILES_SUBST_SED} ${FILESDIR}/ndtpd.sh >${WRKDIR}/ndtpd.sh
post-install:
- @${INSTALL_DATA} ${WRKDIR}/ndtpd.sh ${PREFIX}/etc/rc.d/ndtpd.sh
+ @${INSTALL_SCRIPT} ${WRKDIR}/ndtpd.sh ${PREFIX}/etc/rc.d/ndtpd.sh
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../textproc/eb/buildlink.mk"