diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 16:44:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 16:44:34 +0800 |
commit | f3d3f87b9655091c71bdeb108c5cd27678f704c1 (patch) | |
tree | 895a08167365c2b2a5b2fc16ab943f11deef341b /misc/tkregexp | |
parent | 285697789227d9051b6567135681c00a5de35fca (diff) | |
download | freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.tar.gz freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.tar.zst freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'misc/tkregexp')
-rw-r--r-- | misc/tkregexp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index fc057da833a8..3f1a1bef4ada 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -12,8 +12,8 @@ EXTRACT_ONLY= MAINTAINER= tcltk@FreeBSD.org COMMENT= Interactive regexp design tool -USES+= tk -USE_DOS2UNIX= visual_regexp-${PORTVERSION}.tcl +USES+= dos2unix tk +DOS2UNIX_FILES= visual_regexp-${PORTVERSION}.tcl NO_BUILD= yes PLIST_FILES= bin/tkregexp |