summaryrefslogtreecommitdiff
path: root/x11/xworld/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-23 18:32:36 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-23 18:32:36 +0000
commitf59fa7083c881ee83d2a509ea2f7cc3b47824ae3 (patch)
tree85a76dd5ef01f1059a5d3af75f1a4278e721ddd0 /x11/xworld/Makefile
parentbabe34a8b45ad21158f9e110ed3b5e8c01d72fc0 (diff)
downloadpkgsrc-f59fa7083c881ee83d2a509ea2f7cc3b47824ae3.tar.gz
DESTDIR support.
Diffstat (limited to 'x11/xworld/Makefile')
-rw-r--r--x11/xworld/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile
index 04c90760407..ad355dbff44 100644
--- a/x11/xworld/Makefile
+++ b/x11/xworld/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/01/11 14:55:15 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2009/02/23 18:32:36 joerg Exp $
#
DISTNAME= xworld-2.0
@@ -10,6 +10,8 @@ MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \
MAINTAINER= wennmach@NetBSD.org
COMMENT= Earth as seen from the direction of the sun
+PKG_DESTDIR_SUPPORT= user-destdir
+
HAS_CONFIGURE= yes
USE_TOOLS+= csh
CONFIG_SHELL= ${CSH}
@@ -24,11 +26,5 @@ SUBST_STAGE.x11= post-patch
SUBST_FILES.x11= defaults/NetBSD/set.csh
SUBST_SED.x11= -e 's,@X11BASE@,${X11BASE},g'
-SUBST_CLASSES+= install
-SUBST_MESSAGE.install= Fixing install options.
-SUBST_STAGE.install= post-patch
-SUBST_FILES.install= Makefile.in
-SUBST_SED.install= -e 's,-g bin -o bin,-g ${BINGRP} -o ${BINOWN},g'
-
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"