diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-08 18:25:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-08 18:25:49 +0800 |
commit | 2af40ca6281de7e042bacbfc39cbff208dff431c (patch) | |
tree | 1b5f25e4e9094d0b976dc0babac182baac105d1a /converters/unix2dos | |
parent | 49fe8e0b128430db1cac1df3d88688bfe69f604b (diff) | |
download | freebsd-ports-gnome-2af40ca6281de7e042bacbfc39cbff208dff431c.tar.gz freebsd-ports-gnome-2af40ca6281de7e042bacbfc39cbff208dff431c.tar.zst freebsd-ports-gnome-2af40ca6281de7e042bacbfc39cbff208dff431c.zip |
Update to 1.1 version. Also make it respect CFLAGS while I'm here.
PR: 19110
Submitted by: MAINTAINER
Diffstat (limited to 'converters/unix2dos')
-rw-r--r-- | converters/unix2dos/Makefile | 7 | ||||
-rw-r--r-- | converters/unix2dos/distinfo | 2 | ||||
-rw-r--r-- | converters/unix2dos/pkg-plist | 2 |
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 |