mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Update for exmh-2.5.
This commit is contained in:
parent
f5fadd527a
commit
50bdb03aa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45304
@ -7,9 +7,11 @@
|
||||
|
||||
# "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2.
|
||||
PORTNAME= exmh
|
||||
PORTVERSION= 2.3.1
|
||||
PORTVERSION= 2.5
|
||||
CATEGORIES+= mail tk83
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/%SUBDIR%/
|
||||
MASTER_SITES+= ftp://tcl.activestate.com/pub/tcl/%SUBDIR%/
|
||||
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER?= bmah@FreeBSD.org
|
||||
|
@ -1 +1 @@
|
||||
MD5 (exmh-2.3.1.tar.gz) = 6c864681c157c03ce82c82876ca04e10
|
||||
MD5 (exmh-2.5.tar.gz) = f40c3cebfe9102d66ec27a9098b4717e
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/exmh
|
||||
bin/exmh-async
|
||||
bin/exmh-bg
|
||||
bin/exmh-strip
|
||||
bin/ftp.expect
|
||||
bin/inc.expect
|
||||
lib/exmh-%%EXMH_VERSION%%/PgpDecryptExpect
|
||||
|
@ -87,7 +87,7 @@ sed <${FILESDIR}/${CONFIGFILE} \
|
||||
-e "s+!!DATE!!+${DATE}+g" \
|
||||
| sed -e 's/$/\\/' -e '$ s/.$//' >> ${SEDFILE}
|
||||
|
||||
for i in exmh-async exmh-bg exmh ftp.expect inc.expect
|
||||
for i in exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect
|
||||
do
|
||||
echo "sed -f ${SEDFILE} < $i.MASTER > $i"
|
||||
sed -f ${SEDFILE} < $i.MASTER > $i
|
||||
|
@ -12,7 +12,7 @@ do
|
||||
install -c -o bin -g bin -m 444 $i.l ${PREFIX}/man/man1/$i.1
|
||||
done
|
||||
|
||||
BINS="exmh-async exmh-bg exmh ftp.expect inc.expect"
|
||||
BINS="exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect"
|
||||
|
||||
echo "install -c -o bin -g bin -m 755 ${BINS} ${PREFIX}/bin"
|
||||
install -c -o bin -g bin -m 755 ${BINS} ${PREFIX}/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user