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