summaryrefslogtreecommitdiff
path: root/mail/xbuffy
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-04 14:21:10 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-04 14:21:10 +0000
commit241bd2978d5508598571950e9b638b1cb93d2e6a (patch)
tree3b872f2d640b89c5c87e9c0f84062628e2441b07 /mail/xbuffy
parent6cd90f432e101eaf908857aca7c6a5a16fc039d9 (diff)
downloadpkgsrc-241bd2978d5508598571950e9b638b1cb93d2e6a.tar.gz
DESTDIR support
Diffstat (limited to 'mail/xbuffy')
-rw-r--r--mail/xbuffy/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/xbuffy/Makefile b/mail/xbuffy/Makefile
index f941b5e5e3e..67233e0b354 100644
--- a/mail/xbuffy/Makefile
+++ b/mail/xbuffy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/11/10 17:21:36 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/02/04 14:25:56 joerg Exp $
#
DISTNAME= xbuffy-3.4
@@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.virginia.edu/pub/xbuffy/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Replacement for xbiff that handles multiple mail files
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= YES
USE_X11BASE= YES
@@ -18,7 +20,7 @@ CPPFLAGS+= -Wall
INSTALLATION_DIRS= lib/X11/app-defaults
post-install:
- ${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${PREFIX}/lib/X11/app-defaults/XBuffy
+ ${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/XBuffy
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"