mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 1.1 version. Also make it respect CFLAGS while I'm here.
PR: 19110 Submitted by: MAINTAINER
This commit is contained in:
parent
aff996ce40
commit
9a4be31f40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29388
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (unix2dos-1.0.tar.gz) = b550c0dae307eb301f6e9a1cc0e3e503
|
||||
MD5 (unix2dos-1.1.tar.gz) = 0a291d9e1debfa902d4d9b1c2029f263
|
||||
|
@ -1,2 +1,2 @@
|
||||
bin/unix2dos
|
||||
bin/dos2unix
|
||||
bin/unix2dos
|
||||
|
Loading…
Reference in New Issue
Block a user