1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- remove invalid post-deinstall target

- drop unused use_rc_subr

PR:	ports/166072
Submitted by:	jgh@
Approved by:	maintainer, citycat4@ngs.ru
Feature safe:	yes
This commit is contained in:
Jason Helfman 2012-03-14 18:07:49 +00:00
parent 2690ca0d82
commit 339d81c020
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293311
2 changed files with 7 additions and 8 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= sccmilter
PORTVERSION= 0.95.7
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail sysutils
MASTER_SITES= http://openoffice.mirahost.ru/fileZ/ports/ \
http://citycat4.land.ru/
@ -20,7 +20,6 @@ IGNORE= requires Sendmail 8.12; upgrade the base system
.endif
USE_BZIP2= yes
USE_RC_SUBR= yes
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
@ -55,10 +54,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
post-deinstall:
@${ECHO_MSG} ""
@${ECHO_MSG} "Do not forget delete filter description from /etc/mail/freebsd.mc"
@${ECHO_MSG} "and rebuild sendmail.cf file!"
@${ECHO_MSG} ""
.include <bsd.port.mk>

View File

@ -0,0 +1,6 @@
#!/bin/sh
if [ "$2" = "DEINSTALL" ]; then
echo "Do not forget delete filter description from /etc/mail/freebsd.mc"
echo "and rebuild sendmail.cf file!"
fi