diff options
Diffstat (limited to 'converters/unix2dos/Makefile')
-rw-r--r-- | converters/unix2dos/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |