diff options
Diffstat (limited to 'converters/unix2dos')
-rw-r--r-- | converters/unix2dos/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |