diff options
author | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-07-14 12:55:56 +0000 |
commit | ea30842945a7da8e04cb190e5ab5845b89a96f2e (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /sysutils/xps | |
parent | fcd856930931649a053e5bae5aa7d42494437faa (diff) | |
download | pkgsrc-ea30842945a7da8e04cb190e5ab5845b89a96f2e.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'sysutils/xps')
-rw-r--r-- | sysutils/xps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index dedb81638e3..6b6aa7a4e7d 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/01/11 11:07:16 joerg Exp $ +# $NetBSD: Makefile,v 1.36 2008/07/14 12:56:13 joerg Exp $ DISTNAME= xps-4.2 PKGREVISION= 2 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://motif-pstree.sourceforge.net/ COMMENT= Displays the Unix process list as a hierarchical tree +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake perl GNU_CONFIGURE= yes CONFIGURE_ARGS+= x_applibdir=${PREFIX}/lib/X11/app-defaults |