summaryrefslogtreecommitdiff
path: root/x11/rox-session
diff options
context:
space:
mode:
authorabs <abs>2009-12-17 17:39:55 +0000
committerabs <abs>2009-12-17 17:39:55 +0000
commitb0d428f8f23f65e459b86eaafe26b854f2ec525f (patch)
tree54befbb006bb21b92033aa84dbe5b2d0973e35f1 /x11/rox-session
parent28ebadf3f6332f5e5e0c62d627711f5b6645ff46 (diff)
downloadpkgsrc-b0d428f8f23f65e459b86eaafe26b854f2ec525f.tar.gz
PKG_DESTDIR_SUPPORT= user-destdir, and add python 26 to accepted
Diffstat (limited to 'x11/rox-session')
-rw-r--r--x11/rox-session/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/rox-session/Makefile b/x11/rox-session/Makefile
index c6f54342d29..3aa7a299b74 100644
--- a/x11/rox-session/Makefile
+++ b/x11/rox-session/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/08/26 19:58:40 sno Exp $
+# $NetBSD: Makefile,v 1.17 2009/12/17 17:39:55 abs Exp $
#
DISTNAME= rox-session-0.28
@@ -18,7 +18,7 @@ DIST_SUBDIR= rox
NO_BUILD= yes
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 26 25 24
PYTHON_PATCH_SCRIPTS= AppRun tests/testutils.py
INSTALLATION_DIRS= share/rox/ROX-Session
@@ -36,13 +36,14 @@ SUBST_FILES.lib= findrox.py
SUBST_SED.lib= -e 's,/usr/local/lib,${PREFIX}/share/rox,g'
USE_TOOLS+= pax
+PKG_DESTDIR_SUPPORT= user-destdir
pre-install:
${RM} -f ${WRKSRC}/wm.py.orig
${RM} -f ${WRKSRC}/setup.py.orig
do-install:
- cd ${WRKSRC} && pax -rw . ${PREFIX}/share/rox/ROX-Session
+ cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/share/rox/ROX-Session
.include "../../lang/python/application.mk"
.include "../../sysutils/py-dbus/buildlink3.mk"