summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/unix2dos/Makefile7
-rw-r--r--converters/unix2dos/distinfo2
-rw-r--r--converters/unix2dos/pkg-plist2
3 files changed, 6 insertions, 5 deletions
diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile
index 6722c7b18034..15c6542e8a20 100644
--- a/converters/unix2dos/Makefile
+++ b/converters/unix2dos/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= unix2dos
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= converters
-MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/
+MASTER_SITES= http://www.fisicc-ufm.edu/~obonilla/files/ \
+ ftp://ftp.guug.org/pub/
MAINTAINER= obonilla@fisicc-ufm.edu
@@ -17,7 +18,7 @@ NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos
- ${INSTALL_PROGRAM} ${WRKDIR}/dos2unix ${PREFIX}/bin/dos2unix
+ ${LN} -f ${PREFIX}/bin/unix2dos ${PREFIX}/bin/dos2unix
${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${MANPREFIX}/man/man1
diff --git a/converters/unix2dos/distinfo b/converters/unix2dos/distinfo
index 686c779a9430..ac4cbe8b80de 100644
--- a/converters/unix2dos/distinfo
+++ b/converters/unix2dos/distinfo
@@ -1 +1 @@
-MD5 (unix2dos-1.0.tar.gz) = b550c0dae307eb301f6e9a1cc0e3e503
+MD5 (unix2dos-1.1.tar.gz) = 0a291d9e1debfa902d4d9b1c2029f263
diff --git a/converters/unix2dos/pkg-plist b/converters/unix2dos/pkg-plist
index ed50e68230c3..b6d185db3206 100644
--- a/converters/unix2dos/pkg-plist
+++ b/converters/unix2dos/pkg-plist
@@ -1,2 +1,2 @@
-bin/unix2dos
bin/dos2unix
+bin/unix2dos