- Chase distfile

- Fix packaging

PR:		ports/66865
Submitted by:	Rong-En Fan
Approved by:	maintainer timeout
This commit is contained in:
Volker Stolz 2004-06-30 07:53:42 +00:00
parent 18b9aabaf3
commit 901a10ae9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112598
3 changed files with 10 additions and 6 deletions

View File

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

View File

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

View File

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