pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/nullmailer disable DESTDIR support. There is an i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2dc6440b1ce3
branches:  trunk
changeset: 400228:2dc6440b1ce3
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Tue Oct 13 13:55:28 2009 +0000

description:
disable DESTDIR support. There is an issue with adding the 'nullmail'
user and using chown nullmail:nullmail that I'm looking into

diffstat:

 mail/nullmailer/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3a8e0784429c -r 2dc6440b1ce3 mail/nullmailer/Makefile
--- a/mail/nullmailer/Makefile  Tue Oct 13 10:47:57 2009 +0000
+++ b/mail/nullmailer/Makefile  Tue Oct 13 13:55:28 2009 +0000
@@ -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 @@
 
 LICENSE=               gnu-gpl-v2
 
-PKG_DESTDIR_SUPPORT=   user-destdir
+# PKG_DESTDIR_SUPPORT= user-destdir
 
 USE_LANGUAGES=         c c++
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index