Update to 1.1 version. Also make it respect CFLAGS while I'm here.

PR:		19110
Submitted by:	MAINTAINER
This commit is contained in:
Maxim Sobolev 2000-06-08 10:25:49 +00:00
parent aff996ce40
commit 9a4be31f40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29388
3 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (unix2dos-1.0.tar.gz) = b550c0dae307eb301f6e9a1cc0e3e503
MD5 (unix2dos-1.1.tar.gz) = 0a291d9e1debfa902d4d9b1c2029f263

View File

@ -1,2 +1,2 @@
bin/unix2dos
bin/dos2unix
bin/unix2dos