pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dot-forward Build the installer at the end of the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86e8014a7d6e
branches:  trunk
changeset: 480094:86e8014a7d6e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Aug 30 12:16:00 2004 +0000

description:
Build the installer at the end of the build phase, rather than at
the beginning of the install phase.

diffstat:

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

diffs (18 lines):

diff -r b703a18437b9 -r 86e8014a7d6e mail/dot-forward/Makefile
--- a/mail/dot-forward/Makefile Mon Aug 30 08:33:34 2004 +0000
+++ b/mail/dot-forward/Makefile Mon Aug 30 12:16:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/08/22 00:23:55 schmonz Exp $
+# $NetBSD: Makefile,v 1.12 2004/08/30 12:16:00 schmonz Exp $
 #
 
 DISTNAME=              dot-forward-0.71
@@ -14,7 +14,7 @@
 
 USE_BUILDLINK3=                yes
 
-ALL_TARGET=            it
+ALL_TARGET=            it install instcheck
 INSTALL_TARGET=                setup check
 
 RESTRICTED=            "modified source and binaries may not be distributed"



Home | Main Index | Thread Index | Old Index