diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-03-15 17:15:03 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-03-15 17:15:03 +0000 |
commit | f65ba573b0bf1555410abcabd7193cb07d237147 (patch) | |
tree | bb3d08a543ab59b7d832c753d8664af695738072 /textproc/ndtpd/Makefile | |
parent | ad883543b0daa4fd5293e7485fe14483f53ff896 (diff) | |
download | pkgsrc-f65ba573b0bf1555410abcabd7193cb07d237147.tar.gz |
Use not ${INSTALL_DATA} but ${INSTALL_SCRIPT} for rc script.
Diffstat (limited to 'textproc/ndtpd/Makefile')
-rw-r--r-- | textproc/ndtpd/Makefile | 4 |
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" |