From 29dd9a56cd0ed8f0be5c3f6a9048911d8b53e934 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 20 Aug 2001 02:20:37 +0000 Subject: Set NO_WRKSUBDIR instead of WRKSRC=${WRKDIR}, and mark as USE_BUILDLINK_ONLY. --- converters/unix2dos/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'converters/unix2dos') diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index ddb77dcd510..56ae6b4dcd6 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/14 11:15:14 abs Exp $ +# $NetBSD: Makefile,v 1.7 2001/08/20 02:20:37 jlam Exp $ # FreeBSD Id: ports/converters/unix2dos/Makefile,v 1.5 2000/07/04 10:31:42 sobomax Exp DISTNAME= unix2dos-1.2 @@ -9,7 +9,8 @@ MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ \ MAINTAINER= zuntum@netbsd.org COMMENT= Translate ASCII files to/from DOS (cr/lf) and UNIX (lf) -WRKSRC= ${WRKDIR} +USE_BUILDLINK_ONLY= # defined +NO_WRKSUBDIR= # defined do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix2dos ${PREFIX}/bin/unix2dos -- cgit v1.2.3