diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-02-27 23:24:22 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-02-27 23:24:22 +0800 |
commit | c0e8416d8a0d00439de4904b1d0141e84342d3d5 (patch) | |
tree | 84cc96464c570a1785f8161917da291797bce3b9 /converters/unix2dos | |
parent | cc1bfa812e16cb5a80158c76b047c17e382c1c8a (diff) | |
download | freebsd-ports-gnome-c0e8416d8a0d00439de4904b1d0141e84342d3d5.tar.gz freebsd-ports-gnome-c0e8416d8a0d00439de4904b1d0141e84342d3d5.tar.zst freebsd-ports-gnome-c0e8416d8a0d00439de4904b1d0141e84342d3d5.zip |
Update MASTER_SITES and use PLIST_FILES
Approved by: Oscar Bonilla <obonilla@galileo.edu> (maintainer)
Diffstat (limited to 'converters/unix2dos')
-rw-r--r-- | converters/unix2dos/Makefile | 3 | ||||
-rw-r--r-- | converters/unix2dos/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index b8fc52b6a4d0..8f0224fd29c6 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -4,12 +4,13 @@ PORTNAME= unix2dos PORTVERSION= 1.3 CATEGORIES= converters -MASTER_SITES= ftp://ftp.guug.org/pub/ +MASTER_SITES= CRITICAL MAINTAINER= obonilla@galileo.edu COMMENT= Convert ASCII newlines between CR/LF and LF MAN1= unix2dos.1 dos2unix.1 +PLIST_FILES= bin/dos2unix bin/unix2dos NO_WRKSUBDIR= yes do-install: diff --git a/converters/unix2dos/pkg-plist b/converters/unix2dos/pkg-plist deleted file mode 100644 index b6d185db3206..000000000000 --- a/converters/unix2dos/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/dos2unix -bin/unix2dos |