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 | 193485e6b64d3a2d437cf8f4af60ca7eae4996a0 (patch) | |
tree | 0774357fb6bdaebccbcaf2e982cc260fcdf2647b /mail/mess822/Makefile | |
parent | 366996057796610017d2f9e793cfd418b33c383b (diff) | |
download | pkgsrc-193485e6b64d3a2d437cf8f4af60ca7eae4996a0.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 |