diff options
author | abs <abs> | 2009-12-10 23:50:04 +0000 |
---|---|---|
committer | abs <abs> | 2009-12-10 23:50:04 +0000 |
commit | 2d51e2a6129535f5425c6e7e6c688c28144b2dcc (patch) | |
tree | eab055b1e4e5001500cafe7dc8c6b646aa72310f | |
parent | 0e122b151429f9d22e115f299a9b441540e642ae (diff) | |
download | pkgsrc-2d51e2a6129535f5425c6e7e6c688c28144b2dcc.tar.gz |
+PKG_DESTDIR_SUPPORT=user-destdir
-rw-r--r-- | mail/xmailwatcher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/xmailwatcher/Makefile b/mail/xmailwatcher/Makefile index f3f0d10aaab..76308f24efb 100644 --- a/mail/xmailwatcher/Makefile +++ b/mail/xmailwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/11/10 17:21:37 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2009/12/10 23:50:04 abs Exp $ DISTNAME= xmailwatcher PKGNAME= ${DISTNAME}-1.6 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.dcs.ed.ac.uk/home/gdmr/X11/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Mailbox checker which displays sender and subject lines of mails +PKG_DESTDIR_SUPPORT= user-destdir USE_IMAKE= yes |