diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 16:49:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 16:49:05 +0000 |
commit | 0cf3c8581ca7973dc8f0ca611654a8c2f85fb075 (patch) | |
tree | 07085a113cc5be6e514f59072522119ee8e5f57c /x11/xpaste | |
parent | 97efb91df291bc6264269b65c141ea710991c8ca (diff) | |
download | pkgsrc-0cf3c8581ca7973dc8f0ca611654a8c2f85fb075.tar.gz |
user-destdir support
Diffstat (limited to 'x11/xpaste')
-rw-r--r-- | x11/xpaste/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xpaste/Makefile b/x11/xpaste/Makefile index 8669a68aec3..73c31a07c3d 100644 --- a/x11/xpaste/Makefile +++ b/x11/xpaste/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2009/07/07 16:58:02 joerg Exp $ # DISTNAME= xpaste-1.1 @@ -11,6 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Display the content of the X11 paste buffer in a window PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} USE_IMAKE= yes |