summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-01 02:31:28 +0000
committerjoerg <joerg>2010-02-01 02:31:28 +0000
commitc09b30d2eba81f3c99de5ac7a3eac0b31d5eb8bf (patch)
tree3fecac7d14f66f691f3d7836b4c87de0f4263697 /geography
parent167237a8a87add5a3ace7524dc6161c5a1571029 (diff)
downloadpkgsrc-c09b30d2eba81f3c99de5ac7a3eac0b31d5eb8bf.tar.gz
DESTDIR support
Diffstat (limited to 'geography')
-rw-r--r--geography/xrmap-base/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/geography/xrmap-base/Makefile b/geography/xrmap-base/Makefile
index 20eb3b9e799..ccf588c105f 100644
--- a/geography/xrmap-base/Makefile
+++ b/geography/xrmap-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2009/06/30 00:07:16 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2010/02/01 02:31:28 joerg Exp $
#
DISTNAME= xrmap-2.29
@@ -8,6 +8,8 @@ CATEGORIES= geography
MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/
EXTRACT_SUFX= .tar.bz2
+PKG_DESTDIR_SUPPORT= user-destdir
+
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://frmas.free.fr/li_1.htm
COMMENT= Earth map viewer - base program
@@ -17,9 +19,7 @@ MAKE_JOBS_SAFE= no
USE_IMAKE= yes
MAKE_FLAGS+= MANPATH=${PREFIX}/${PKGMANDIR}
-# directory shared by factbook_text and factbook_html
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/rmap/factbook
+INSTALLATION_DIRS+= share/rmap/factbook
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"