pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/archivemail Replace NO_BUILD with empty do-build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df5620673d2c
branches:  trunk
changeset: 492116:df5620673d2c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 05 10:26:20 2005 +0000

description:
Replace NO_BUILD with empty do-build target.

diffstat:

 mail/archivemail/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 29d7d93dc340 -r df5620673d2c mail/archivemail/Makefile
--- a/mail/archivemail/Makefile Tue Apr 05 10:25:41 2005 +0000
+++ b/mail/archivemail/Makefile Tue Apr 05 10:26:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/02/21 20:26:12 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 2005/04/05 10:26:20 wiz Exp $
 #
 
 DISTNAME=              archivemail-0.6.1
@@ -10,9 +10,10 @@
 COMMENT=               Tool for archiving and compressing old email in mailboxes
 
 NO_CONFIGURE=          yes
-NO_BUILD=              yes
 USE_BUILDLINK3=                yes
 
+do-build:
+
 do-install:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py install \
                --prefix=${PREFIX}



Home | Main Index | Thread Index | Old Index