diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 19:57:07 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 19:57:07 +0800 |
commit | 751e33d722fe5b4dfa9606407422349053e68e93 (patch) | |
tree | 01e807a40bf49948ec74142edc83bd9f2999006f /comms/remserial | |
parent | b3f06e74c83a5847214af6d8122940f00ccfe517 (diff) | |
download | freebsd-ports-gnome-751e33d722fe5b4dfa9606407422349053e68e93.tar.gz freebsd-ports-gnome-751e33d722fe5b4dfa9606407422349053e68e93.tar.zst freebsd-ports-gnome-751e33d722fe5b4dfa9606407422349053e68e93.zip |
Use dos2unix USES macro.
Diffstat (limited to 'comms/remserial')
-rw-r--r-- | comms/remserial/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/remserial/Makefile b/comms/remserial/Makefile index e73e41af743c..09a3a3899550 100644 --- a/comms/remserial/Makefile +++ b/comms/remserial/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://lpccomp.bc.ca/remserial/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Bridge between a TCP/IP network port and a character-oriented device -USE_DOS2UNIX= yes +USES= dos2unix PLIST_FILES= bin/remserial PORTDOCS= README.txt |