diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-04 16:47:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-04 16:47:54 +0000 |
commit | c9558f74b56035226088a877037af62a54d2e4cf (patch) | |
tree | a23533060b80f33611526fec4132dfdf0767e67a /misc/xrolodex | |
parent | 9a92c338cbbe6a15bac7330c8774873010f83f07 (diff) | |
download | pkgsrc-c9558f74b56035226088a877037af62a54d2e4cf.tar.gz |
DESTDIR ready
Diffstat (limited to 'misc/xrolodex')
-rw-r--r-- | misc/xrolodex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile index bd629440ec7..5fab3eba656 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/01/19 09:16:25 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2010/02/04 16:48:50 joerg Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Motif/X11 rolodex application +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/xrolodex.15 USE_IMAKE= yes |