summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-11-04 20:28:47 +0000
committerjlam <jlam@pkgsrc.org>2005-11-04 20:28:47 +0000
commitc8b0b0881e7083e7ec5b4e486b83a398a061c95f (patch)
treed7aa63a372db5711787186326733e89b3f090aea /mk
parentdd8ddbd44f0dec45969777c52bdf16e70dfca132 (diff)
downloadpkgsrc-c8b0b0881e7083e7ec5b4e486b83a398a061c95f.tar.gz
back out part of previous commit that was unintended.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index ea136b92496..33a4059a680 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1740 2005/11/04 20:06:14 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1741 2005/11/04 20:28:47 jlam Exp $
#
# This file is in the public domain.
#
@@ -2099,10 +2099,7 @@ real-su-install: ${MESSAGE}
${_PKG_SILENT}${_PKG_DEBUG} \
for dir in ${INSTALLATION_DIRS}; do \
case $$dir in \
- ${PREFIX}/*) ;; \
- *) continue ;; \
- done; \
- case $$dir in \
+ /*) ;; \
*bin|*bin/*|*libexec|*libexec/*) \
${INSTALL_PROGRAM_DIR} ${PREFIX}/$$dir ;; \
${PKGMANDIR}/*) \