diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-07-20 02:51:59 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-07-20 02:51:59 +0000 |
commit | d6a2862923e5b7e5f7ffc127864e3b462af98597 (patch) | |
tree | 8143758eb8161c628c2c39f0731d4fb4e6bf719b /mk/install | |
parent | 7c72466bc16e6ead7f2c30006817f2503ddf7f52 (diff) | |
download | pkgsrc-d6a2862923e5b7e5f7ffc127864e3b462af98597.tar.gz |
Remove the stanza to create ${RCD_SCRIPTS_EXAMPLEDIR} from the
install-rcd-${_script_} target; it gets created by mtree now.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/bsd.pkginstall.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/install/bsd.pkginstall.mk b/mk/install/bsd.pkginstall.mk index 50ffc53e7f8..288bae5feac 100644 --- a/mk/install/bsd.pkginstall.mk +++ b/mk/install/bsd.pkginstall.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkginstall.mk,v 1.1 2005/05/11 02:07:37 jlam Exp $ +# $NetBSD: bsd.pkginstall.mk,v 1.2 2005/07/20 02:51:59 schmonz Exp $ # # This Makefile fragment is included by bsd.pkg.mk to use the common # INSTALL/DEINSTALL scripts. To use this Makefile fragment, simply: @@ -551,11 +551,6 @@ ${RCD_SCRIPT_WRK.${_script_}}: ${RCD_SCRIPT_SRC.${_script_}} install-rcd-scripts: install-rcd-${_script_} install-rcd-${_script_}: ${RCD_SCRIPT_WRK.${_script_}} ${_PKG_SILENT}${_PKG_DEBUG} \ - if [ ! -d ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR} ]; then \ - ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \ - -m 0755 ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}; \ - fi - ${_PKG_SILENT}${_PKG_DEBUG} \ if [ -f ${RCD_SCRIPT_WRK.${_script_}} ]; then \ ${INSTALL_SCRIPT} ${RCD_SCRIPT_WRK.${_script_}} \ ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/${_script_}; \ |