diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-03-15 17:28:10 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-03-15 17:28:10 +0000 |
commit | 1639afb31aaf003a4b11d65c02b8cccb27c6f8b4 (patch) | |
tree | 0774357fb6bdaebccbcaf2e982cc260fcdf2647b /mail/mess822/Makefile | |
parent | 69d933a3b14021c46a3e96090d87d38b79ef8783 (diff) | |
download | pkgsrc-1639afb31aaf003a4b11d65c02b8cccb27c6f8b4.tar.gz |
DESTDIR support.
Diffstat (limited to 'mail/mess822/Makefile')
-rw-r--r-- | mail/mess822/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index c7e3896cacd..8d758ee6f51 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/06/12 18:54:32 rillig Exp $ +# $NetBSD: Makefile,v 1.18 2010/03/15 17:30:02 schmonz Exp $ # DISTNAME= mess822-0.58 @@ -20,6 +20,7 @@ USE_TOOLS+= nroff # ${PREFIX}, and patch strerr_sys.c to build on Mac OS X. DJB_RESTRICTED= YES +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews EGDIR= ${PREFIX}/share/examples/mess822 |