aboutsummaryrefslogtreecommitdiffstats
path: root/converters/unix2dos/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-08 18:25:49 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-08 18:25:49 +0800
commit2af40ca6281de7e042bacbfc39cbff208dff431c (patch)
tree1b5f25e4e9094d0b976dc0babac182baac105d1a /converters/unix2dos/Makefile
parent49fe8e0b128430db1cac1df3d88688bfe69f604b (diff)
downloadfreebsd-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/Makefile')
-rw-r--r--converters/unix2dos/Makefile7
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