1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Thanks to pav@, we now have an even more proper building version of p3scan!

USE_RC_SUBR automatically installs the rc.d file
This commit is contained in:
Edwin Groothuis 2007-06-28 09:20:08 +00:00
parent 1b00c1856e
commit 2b1a271f5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194369

View File

@ -7,7 +7,7 @@
PORTNAME= p3scan
PORTVERSION= 2.3.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= mail net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -53,7 +53,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/p3scan ${PREFIX}/sbin/
${INSTALL_DATA} ${WRKSRC}/p3scan.conf ${PREFIX}/etc/p3scan/p3scan.conf.sample
${INSTALL_DATA} ${WRKSRC}/p3scan-en.mail ${PREFIX}/etc/p3scan/p3scan.mail.sample
${INSTALL_SCRIPT} ${WRKDIR}/p3scan ${PREFIX}/etc/rc.d/
.for f in ${MAN8}
${INSTALL_MAN} ${WRKSRC}/${f}.gz ${MAN8PREFIX}/man/man8/
.endfor