From 1e53090cc228edde244c3b79950271b8ca469b1f Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- sysutils/rtty/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysutils/rtty') diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index c04b80bf07d..48e6836818c 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.21 2003/07/21 17:24:32 martti Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/20 12:26:16 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1997/01/06 12:13:36 jkh Exp # DISTNAME= rtty-3.2 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.vix.com/pub/vixie/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Multiuser "tip"/"cu" replacement with logging +WRKSRC= ${WRKDIR} + pre-configure: ${CHMOD} -R u+w ${WRKDIR} for f in `${FIND} ${WRKDIR}/. -type f -print | ${XARGS} ${GREP} -l '/usr/local'`; do \ -- cgit v1.2.3