mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to 3.9.2
This commit is contained in:
parent
8079a01037
commit
ad26d78ae6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6286
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: fetchmail
|
||||
# Version required: 3.9.1
|
||||
# Version required: 3.9.2
|
||||
# Date created: 26 Oct 1996
|
||||
# Whom: Ville Eerola <ve@sci.fi>
|
||||
#
|
||||
# $Id: Makefile,v 1.25 1997/04/04 02:55:22 max Exp $
|
||||
# $Id: Makefile,v 1.26 1997/04/19 01:39:04 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fetchmail-3.9.1
|
||||
DISTNAME= fetchmail-3.9.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
|
||||
|
||||
@ -16,4 +16,11 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
|
||||
MAN1= fetchmail.1
|
||||
|
||||
FDOC= ${PREFIX}/share/doc/fetchmail
|
||||
|
||||
post-install:
|
||||
install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} \
|
||||
sample.rcfile FAQ fetchmail.FAQ.html ${FDOC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (fetchmail-3.9.1.tar.gz) = 71988855e32788479530f48bf38b5ad7
|
||||
MD5 (fetchmail-3.9.2.tar.gz) = 03b28a56817e6f1d90e19d742085544b
|
||||
|
@ -1,2 +1,5 @@
|
||||
bin/fetchmail
|
||||
man/man1/fetchmail.1.gz
|
||||
share/doc/fetchmail/FAQ
|
||||
share/doc/fetchmail/fetchmail.FAQ.html
|
||||
share/doc/fetchmail/sample.rcfile
|
||||
|
Loading…
Reference in New Issue
Block a user