summaryrefslogtreecommitdiff
path: root/www/ies4linux
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2013-10-18 11:41:17 +0000
committerbsiegert <bsiegert@pkgsrc.org>2013-10-18 11:41:17 +0000
commitcabd12b4779f4db58643cc77218e84b989a451f2 (patch)
tree083a32de7285989cb2f223c037c007d9001e8881 /www/ies4linux
parent4b99982c8e50c7ca9e6d3e8fd11e83b3e8cf3601 (diff)
downloadpkgsrc-cabd12b4779f4db58643cc77218e84b989a451f2.tar.gz
Fix a common mistake in many different packages: POSIX says that when using
pax -rw, the destination directory must exist. pax in NetBSD creates it if not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR invocation. I did not test all the changes but they should be fairly safe. If you notice any breakage because of this change, please contact me.
Diffstat (limited to 'www/ies4linux')
-rw-r--r--www/ies4linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ies4linux/Makefile b/www/ies4linux/Makefile
index 8905f79c01b..3c46ffbd0b0 100644
--- a/www/ies4linux/Makefile
+++ b/www/ies4linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/10/28 06:30:18 asau Exp $
+# $NetBSD: Makefile,v 1.11 2013/10/18 11:41:18 bsiegert Exp $
#
DISTNAME= ies4linux-2.99.0.1
@@ -29,7 +29,7 @@ SUBST_SED.sharedir= -e "s|.dirname ..0..|${PREFIX}/${SHAREDIR}|g"
REPLACE_BASH= ${WRKSRC}/ies4linux \
${WRKSRC}/lib/install.sh ${WRKSRC}/lib/uninstall.sh
-INSTALLATION_DIRS = bin ${SHAREDIR}
+INSTALLATION_DIRS= bin ${SHAREDIR}
do-install:
cd ${WRKSRC} && rm -f lib/functions.sh.orig