diff options
author | leeym <leeym@FreeBSD.org> | 2003-08-16 14:40:30 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-08-16 14:40:30 +0000 |
commit | 94e15c979d9683713a41eeb5af824855f7a9a6bb (patch) | |
tree | ed489f2a058e9f8eda710550cc3ca0e08e655c9e /comms | |
parent | d756701f7d065d67d99e7c431326644c72fa34c4 (diff) | |
download | FreeBSD-ports-94e15c979d9683713a41eeb5af824855f7a9a6bb.zip FreeBSD-ports-94e15c979d9683713a41eeb5af824855f7a9a6bb.tar.gz |
Updates comms/hylafax 4.1.6 to 4.1.7.
PR: 55549
Submitted by: Paul Everlund <tdv94ped@cs.umu.se>
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 9 | ||||
-rw-r--r-- | comms/hylafax/distinfo | 2 | ||||
-rw-r--r-- | comms/hylafax/pkg-plist | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 90c8d33..abe2216 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hylafax -PORTVERSION= 4.1.6 +PORTVERSION= 4.1.7 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ @@ -42,10 +42,11 @@ CONFIGURE_ARGS+=--nointeractive MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER HAS_CONFIGURE= yes CONFIGURE_ENV= ENVOPTS="${CFLAGS}" +USE_REINPLACE= yes MAN1= hylafax-client.1 faxalter.1 faxcover.1 faxmail.1 \ faxrm.1 faxstat.1 sendfax.1 \ - sendpage.1 sgi2fax.1 textfmt.1 + sendpage.1 sgi2fax.1 textfmt.1 edit-faxcover.1 MAN5= pagesizes.5f typerules.5f hosts.hfaxd.5f xferfaxlog.5f \ cid.5f doneq.5f hylafax-config.5f destctrls.5f dialrules.5f \ hylafax-info.5f hylafax-log.5f pagermap.5f recvq.5f sendq.5f \ @@ -65,6 +66,10 @@ SUID_EXES= ${PREFIX}/sbin/faxgetty ${PREFIX}/sbin/faxq \ post-extract: ${RM} -rf ${WRKSRC}/zlib ${WRKSRC}/regex +post-patch: + ${REINPLACE_CMD} -Ee 's,^(DIR.*=.*)/usr/local,\1${PREFIX},g' \ + -e 's,/usr/local/man,${PREFIX}/man,g' ${WRKSRC}/configure + pre-install: PLIST_SUB= SPOOL="`${GREP} SPOOL ${WRKSRC}/defs | ${CUT} -c10-`" diff --git a/comms/hylafax/distinfo b/comms/hylafax/distinfo index d04490b..556a20f 100644 --- a/comms/hylafax/distinfo +++ b/comms/hylafax/distinfo @@ -1 +1 @@ -MD5 (hylafax/hylafax-4.1.6.tar.gz) = b58d453c202ed521f5e4dbe6cfb430b2 +MD5 (hylafax/hylafax-4.1.7.tar.gz) = 1302066b0055a060e525026919d98ff7 diff --git a/comms/hylafax/pkg-plist b/comms/hylafax/pkg-plist index 84d75b0..757a08c 100644 --- a/comms/hylafax/pkg-plist +++ b/comms/hylafax/pkg-plist @@ -1,4 +1,3 @@ -@cwd /usr/local bin/faxalter bin/faxcover bin/faxmail @@ -16,6 +15,7 @@ lib/fax/typerules sbin/choptest sbin/cqtest sbin/dialtest +sbin/edit-faxcover sbin/faxabort sbin/faxaddmodem sbin/faxadduser |