summaryrefslogtreecommitdiff
path: root/geography/xrmap-anthems
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 /geography/xrmap-anthems
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 'geography/xrmap-anthems')
-rw-r--r--geography/xrmap-anthems/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/xrmap-anthems/Makefile b/geography/xrmap-anthems/Makefile
index fa3e2e8a601..74fa5e6c455 100644
--- a/geography/xrmap-anthems/Makefile
+++ b/geography/xrmap-anthems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/08/10 12:45:15 shattered Exp $
+# $NetBSD: Makefile,v 1.11 2013/10/18 11:41:18 bsiegert Exp $
#
DISTNAME= anthems-1.3
@@ -14,7 +14,7 @@ COMMENT= National anthems (text) for xrmap
DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base
NO_BUILD= yes
-INSTALLATION_DIRS= share/rmap
+INSTALLATION_DIRS= share/rmap/anthems
USE_TOOLS+= pax
do-install: