diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-05 01:47:04 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-05 01:47:04 +0800 |
commit | 3917821bdfa8cb4a6de96a3ef20e3a8c1ee34c8c (patch) | |
tree | f9df5cf5c7c5be1fd49d19e8a8ef9a5e43ed159b /mail/tumgreyspf | |
parent | c80cc40ce97f314ac10a03ce103196a0ad3fbd29 (diff) | |
download | freebsd-ports-gnome-3917821bdfa8cb4a6de96a3ef20e3a8c1ee34c8c.tar.gz freebsd-ports-gnome-3917821bdfa8cb4a6de96a3ef20e3a8c1ee34c8c.tar.zst freebsd-ports-gnome-3917821bdfa8cb4a6de96a3ef20e3a8c1ee34c8c.zip |
Update to 1.11
Approved by: pav (mentor)
Diffstat (limited to 'mail/tumgreyspf')
-rw-r--r-- | mail/tumgreyspf/Makefile | 8 | ||||
-rw-r--r-- | mail/tumgreyspf/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index a165db1eb772..e74332c547b4 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tumgreyspf -PORTVERSION= 1.09 +PORTVERSION= 1.11 CATEGORIES= mail MASTER_SITES= ftp://ftp.tummy.com/pub/tummy/tumgreyspf/ @@ -58,9 +58,9 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gentest ${PREFIX}/bin/tumgreyspf-gentest ${INSTALL_SCRIPT} ${WRKSRC}/tumgreyspf-stat ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/tumgreyspf.conf ${PREFIX}/etc/tumgreyspf.conf.default -. if !exists(${PREFIX}/etc/tumgreyspf.conf) - ${INSTALL_SCRIPT} ${WRKSRC}/tumgreyspf.conf ${PREFIX}/etc -. endif +.if !exists(${PREFIX}/etc/tumgreyspf.conf) + ${INSTALL_SCRIPT} ${WRKSRC}/tumgreyspf.conf ${PREFIX}/etc +.endif post-install: @${MKDIR} ${DATADIR} diff --git a/mail/tumgreyspf/distinfo b/mail/tumgreyspf/distinfo index 951b740eb24f..5e43675b721e 100644 --- a/mail/tumgreyspf/distinfo +++ b/mail/tumgreyspf/distinfo @@ -1,2 +1,2 @@ -MD5 (tumgreyspf-1.09.tar.gz) = bb27837d82297698fe1cb9f91b808fc3 -SIZE (tumgreyspf-1.09.tar.gz) = 22456 +MD5 (tumgreyspf-1.11.tar.gz) = 638804ae652d682bcbc1dbf8898b0c4b +SIZE (tumgreyspf-1.11.tar.gz) = 23651 |