pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/install Remove the stanza to create ${RCD_SCRIPTS_E...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dbaf4686116
branches:  trunk
changeset: 497079:1dbaf4686116
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jul 20 02:51:59 2005 +0000

description:
Remove the stanza to create ${RCD_SCRIPTS_EXAMPLEDIR} from the
install-rcd-${_script_} target; it gets created by mtree now.

diffstat:

 mk/install/bsd.pkginstall.mk |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 5862a1797eec -r 1dbaf4686116 mk/install/bsd.pkginstall.mk
--- a/mk/install/bsd.pkginstall.mk      Wed Jul 20 02:44:48 2005 +0000
+++ b/mk/install/bsd.pkginstall.mk      Wed Jul 20 02:51:59 2005 +0000
@@ -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 @@
 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_}; \



Home | Main Index | Thread Index | Old Index