diff options
Diffstat (limited to 'sysutils/rtty/Makefile')
-rw-r--r-- | sysutils/rtty/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/rtty/Makefile b/sysutils/rtty/Makefile index 5352b27f1ac..ce813647499 100644 --- a/sysutils/rtty/Makefile +++ b/sysutils/rtty/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.15 2001/11/29 01:12:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.16 2003/03/29 12:42:32 jmmv 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= packages@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 \ |