- Fix ETCDIR removal problem after recent pkg-plist update

- Bump PORTREVISION

Reported by:	itetcu, pointyhat (pav)
This commit is contained in:
Greg Larkin
2009-01-27 23:10:03 +00:00
parent 21c48ee0f8
commit 9ca86f5656
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
PORTNAME= ssmtp
PORTVERSION= 2.61.11.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail ipv6
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_2.61.orig

View File

@@ -1,4 +1,4 @@
sbin/ssmtp
etc/ssmtp/revaliases.sample
etc/ssmtp/ssmtp.conf.sample
@dirrmtry %D/etc/ssmtp 2> /dev/null || echo "If you don't plan to reinstall ssmtp, you can safely remove %D/etc/ssmtp" | fmt
@dirrmtry etc/ssmtp 2> /dev/null || echo "If you don't plan to reinstall ssmtp, you can safely remove %D/etc/ssmtp" | fmt