From 2c0130d6fbaf743b223f7294e6d69863273003f8 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 25 Oct 2001 20:16:53 +0000 Subject: + Move configuration from configure script to a standard package Makefile target. + Modify Makefiles in patch stage, rather than using sed in configure stage. + Use ${LOWER_OPSYS} where appropriate. + Use pax in preference to a tar pipeline to copy hierarchies at install time. --- net/gated/scripts/configure | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 net/gated/scripts/configure (limited to 'net/gated/scripts') diff --git a/net/gated/scripts/configure b/net/gated/scripts/configure deleted file mode 100755 index de1a31c15b4..00000000000 --- a/net/gated/scripts/configure +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $NetBSD: configure,v 1.2 1998/08/07 11:10:40 agc Exp $ -# -# Configure gated -# -cd $WRKSRC - -for file in Makefile src/Makefile src/util/Makefile.template ; do - mv $file $file.orig - sed -e 's/^true:;$/true:/' -e 's/^[ ]*$//' $file.orig >$file -done - -cd src - -obj=obj.`util/archtype` -mkdir -p $obj - -cp configs/netbsd $obj/Config -rm -f Config -- cgit v1.2.3