diff options
author | jlam <jlam@pkgsrc.org> | 2005-11-04 20:28:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-11-04 20:28:47 +0000 |
commit | 27daa6762aa45886d3c427726f09f93e0e4be412 (patch) | |
tree | d7aa63a372db5711787186326733e89b3f090aea /mk | |
parent | 0f8b64736d796b9d8d4c414d652b38087d47e2db (diff) | |
download | pkgsrc-27daa6762aa45886d3c427726f09f93e0e4be412.tar.gz |
back out part of previous commit that was unintended.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 7 |
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}/*) \ |