mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Chase distfile
- Fix packaging PR: ports/66865 Submitted by: Rong-En Fan Approved by: maintainer timeout
This commit is contained in:
parent
18b9aabaf3
commit
901a10ae9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112598
@ -8,19 +8,23 @@
|
||||
PORTNAME= mailmgr
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://web.onda.com.br/orso/
|
||||
MASTER_SITES= http://sarg.sourceforge.net/
|
||||
|
||||
MAINTAINER= sexbear@tmu.edu.tw
|
||||
COMMENT= Sendmail Analisys Report Generator
|
||||
COMMENT= Sendmail Analysis Report Generator
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MSG_FILE= ${PKGDIR}/pkg-message
|
||||
PKGMESSAGE= ${WRKSRC}/pkg-message
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/mailmgr.conf ${PREFIX}/etc/mailmgr.conf.default
|
||||
.if !exists(${PREFIX}/etc/mailmgr.conf)
|
||||
${INSTALL_DATA} ${WRKSRC}/mailmgr.conf ${PREFIX}/etc/mailmgr.conf
|
||||
.endif
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mailmgr ${PREFIX}/bin
|
||||
@${SED} -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE}
|
||||
@${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ The html reports contain the following informations:
|
||||
Messages from with date, time and bytes per user
|
||||
Messages to with date, time and bytes per user
|
||||
|
||||
WWW: http://web.onda.com.br/orso
|
||||
WWW: http://sarg.sourceforge.net/mailmgr.php
|
||||
|
@ -1,4 +1,4 @@
|
||||
---------------------------------------------------------------
|
||||
You need to configure the PREFIX/etc/mailmgr.conf before using it.
|
||||
See http://web.onda.com.br/orso/mailmgr.README.txt
|
||||
You need to configure the %%PREFIX%%/etc/mailmgr.conf before using it.
|
||||
See http://sarg.sourceforge.net/mailmgr.README.txt
|
||||
---------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user