summaryrefslogtreecommitdiff
path: root/geography/xrmap-base
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-05-11 11:05:54 +0000
committerrillig <rillig@pkgsrc.org>2006-05-11 11:05:54 +0000
commit72947cb7c22f0846e11d6b295f24d34e91661820 (patch)
tree4a9cb74bf9e277a1dcd0cf462377fbe5f10abfdd /geography/xrmap-base
parenteef757a0d8cd7ab806002fc076e2281591241590 (diff)
downloadpkgsrc-72947cb7c22f0846e11d6b295f24d34e91661820.tar.gz
Fixed all pkglint warnings in the category, except for update requests.
Diffstat (limited to 'geography/xrmap-base')
-rw-r--r--geography/xrmap-base/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/xrmap-base/Makefile b/geography/xrmap-base/Makefile
index 8fb2a6bb355..34f9aa3e159 100644
--- a/geography/xrmap-base/Makefile
+++ b/geography/xrmap-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/03/04 21:29:45 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/05/11 11:05:54 rillig Exp $
#
DISTNAME= xrmap-2.29
@@ -16,6 +16,6 @@ USE_IMAKE= yes
# directory shared by factbook_text and factbook_html
post-install:
- ${MKDIR} -p ${PREFIX}/share/rmap/factbook
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/rmap/factbook
.include "../../mk/bsd.pkg.mk"