diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 07:42:53 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 07:42:53 +0000 |
commit | a11c1c79057b02841219a7ab9f3e32fd8a76ab8b (patch) | |
tree | 536350636976440740fae50f46ee1fe4398bb172 /converters/unix2dos | |
parent | 0021ad264db40c8a1f4c18418905e537adc31c8e (diff) | |
download | pkgsrc-a11c1c79057b02841219a7ab9f3e32fd8a76ab8b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'converters/unix2dos')
-rw-r--r-- | converters/unix2dos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index 7da0ee10bc6..6befd77fa07 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/20 12:10:29 agc Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/11 07:48:07 snj Exp $ # FreeBSD Id: ports/converters/unix2dos/Makefile,v 1.5 2000/07/04 10:31:42 sobomax Exp DISTNAME= unix2dos-1.2 @@ -10,7 +10,7 @@ MAINTAINER= zuntum@NetBSD.org COMMENT= Translate ASCII files to/from DOS (cr/lf) and UNIX (lf) WRKSRC= ${WRKDIR} -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix2dos ${PREFIX}/bin/unix2dos |