pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk The last fix did not work. Completely reverted the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5f254ed70b4
branches:  trunk
changeset: 502469:f5f254ed70b4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 21:26:19 2005 +0000

description:
The last fix did not work. Completely reverted the unintended part of
the last changes.

diffstat:

 mk/bsd.pkg.mk |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 0a64450fa9b1 -r f5f254ed70b4 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Fri Nov 04 21:21:02 2005 +0000
+++ b/mk/bsd.pkg.mk     Fri Nov 04 21:26:19 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1743 2005/11/04 20:52:38 rillig Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1744 2005/11/04 21:26:19 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -2099,10 +2099,7 @@
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
        for dir in ${INSTALLATION_DIRS}; do                             \
                case $$dir in                                           \
-               ${PREFIX}/*)    ;;                                      \
-               *)              continue ;;                             \
-               esac;                                                   \
-               case $$dir in                                           \
+               /*)     ;;                                              \
                *bin|*bin/*|*libexec|*libexec/*)                        \
                        ${INSTALL_PROGRAM_DIR} ${PREFIX}/$$dir ;;       \
                ${PKGMANDIR}/*)                                         \



Home | Main Index | Thread Index | Old Index