diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-01 02:31:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-01 02:31:28 +0000 |
commit | 4177ce0abdcc737fa08ff74d878e0e1479d69efc (patch) | |
tree | 3fecac7d14f66f691f3d7836b4c87de0f4263697 /geography/xrmap-base/Makefile | |
parent | 3e200a8509b67d75b8cd4d1ca4f7255332953f84 (diff) | |
download | pkgsrc-4177ce0abdcc737fa08ff74d878e0e1479d69efc.tar.gz |
DESTDIR support
Diffstat (limited to 'geography/xrmap-base/Makefile')
-rw-r--r-- | geography/xrmap-base/Makefile | 8 |
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" |