diff options
author | plunky <plunky@pkgsrc.org> | 2009-10-13 13:55:28 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2009-10-13 13:55:28 +0000 |
commit | c84a08e08aeb5d961d2a8ddaab93cc5074f350e9 (patch) | |
tree | 8b9f0b7bca99565147c1ffa22c33a24014c3f340 /mail | |
parent | 8085105acb090ce8f652ee99822f6912bee9cb92 (diff) | |
download | pkgsrc-c84a08e08aeb5d961d2a8ddaab93cc5074f350e9.tar.gz |
disable DESTDIR support. There is an issue with adding the 'nullmail'
user and using chown nullmail:nullmail that I'm looking into
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nullmailer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nullmailer/Makefile b/mail/nullmailer/Makefile index e89d7d6bcb9..1aefd38c0da 100644 --- a/mail/nullmailer/Makefile +++ b/mail/nullmailer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2009/10/11 10:25:24 plunky Exp $ +# $NetBSD: Makefile,v 1.31 2009/10/13 13:55:28 plunky Exp $ DISTNAME= nullmailer-1.04 CATEGORIES= mail @@ -10,7 +10,7 @@ COMMENT= Simple relay-only mail transport agent LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir +# PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |