From 240a6f2d39dfb4b1bac09c222243da082fe10f5b Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 24 Jan 1998 23:33:13 +0000 Subject: portlint: change order of lines, use cmd macros --- sysutils/rtty/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sysutils') diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index d86374dce29..33789746438 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -5,7 +5,7 @@ # # Author: Paul Vixie / Internet Software Consortium # -# $NetBSD: Makefile,v 1.3 1997/10/29 11:28:00 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/24 23:33:13 hubertf Exp $ # FreeBSD Id: Makefile,v 1.3 1997/01/06 12:13:36 jkh Exp # @@ -13,14 +13,16 @@ DISTNAME= rtty-3.2 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ -NO_WRKSUBDIR= yes +MAINTAINER= packages@netbsd.org + +NO_WRKSUBDIR= yes OPSYS!= uname -s - + .if (${OPSYS} == "NetBSD") pre-configure: - for f in `find ${WRKDIR} -type f -print|xargs grep -l '/usr/local'`; do \ - ${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone && mv $$f.pdone $$f; \ + for f in `find ${WRKDIR} -type f -print|xargs ${GREP} -l '/usr/local'`; do \ + ${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone && ${MV} $$f.pdone $$f; \ done .endif -- cgit v1.2.3