pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/service-config Remove explicit BUILD_TARGET a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec324413da79
branches:  trunk
changeset: 491323:ec324413da79
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Mar 23 00:58:26 2005 +0000

description:
Remove explicit BUILD_TARGET and INSTALL_TARGET definitions, as
they're identical to the defaults provided by djbware.mk.

diffstat:

 sysutils/service-config/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 05d8003466fb -r ec324413da79 sysutils/service-config/Makefile
--- a/sysutils/service-config/Makefile  Wed Mar 23 00:57:20 2005 +0000
+++ b/sysutils/service-config/Makefile  Wed Mar 23 00:58:26 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/03/23 00:57:21 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/23 00:58:26 schmonz Exp $
 #
 
 DISTNAME=              service-config-0.51
@@ -11,9 +11,6 @@
 
 DEPENDS+=              daemontools-[0-9]*:../../sysutils/daemontools
 
-BUILD_TARGET=          it
-INSTALL_TARGET=                setup check
-
 # Possibly inherited DJB-style distribution terms
 DJB_RESTRICTED=                YES
 



Home | Main Index | Thread Index | Old Index