summaryrefslogtreecommitdiff
path: root/wm/notion
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2013-10-18 11:41:17 +0000
committerbsiegert <bsiegert>2013-10-18 11:41:17 +0000
commitff9ec0a1790d6ef065c563072f25d2badc619d6a (patch)
tree083a32de7285989cb2f223c037c007d9001e8881 /wm/notion
parent060ea7648fa797e487b8d88073f4419e780de182 (diff)
downloadpkgsrc-ff9ec0a1790d6ef065c563072f25d2badc619d6a.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 'wm/notion')
-rw-r--r--wm/notion/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/notion/Makefile b/wm/notion/Makefile
index 4cc01b7fb46..bc0fad343ef 100644
--- a/wm/notion/Makefile
+++ b/wm/notion/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2013/07/05 14:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2013/10/18 11:41:18 bsiegert Exp $
DISTNAME= notion-3-2013030200-src
PKGNAME= ${DISTNAME:S/3-/3./:S/-src//}
@@ -46,6 +46,7 @@ EGFILES+= lookcommon_clean.lua
EGFILES+= lookcommon_emboss.lua
PKG_SYSCONFSUBDIR= notion
+INSTALLATION_DIRS= ${EGDIR}
.for f in ${EGFILES}
CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}