diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
commit | 61145a18fa24bc030570748e4d6a4587a9fc35b8 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/unix2dos | |
parent | 435a0b7e977f7b76984d5066fef5d327719b9a6f (diff) | |
download | pkgsrc-61145a18fa24bc030570748e4d6a4587a9fc35b8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/unix2dos')
-rw-r--r-- | converters/unix2dos/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index 132de71ecf0..8d717096e38 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/04/11 17:48:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2012/10/03 00:20:18 asau Exp $ DISTNAME= unix2dos-1.3 CATEGORIES= converters @@ -7,8 +7,6 @@ MASTER_SITES= ftp://ftp.guug.org/pub/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Translate ASCII files to/from DOS (cr/lf) and UNIX (lf) -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= dos2unix-[0-9]* WRKSRC= ${WRKDIR} |