aboutsummaryrefslogtreecommitdiff
path: root/mail/xc-mail/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-12-08 17:55:04 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-12-08 17:55:04 +0000
commitcbe1ec8d999bf206e244d0e8f47475e4b772c7b4 (patch)
tree2499b57b13292f56cf18dfb16bafc4cd4a153271 /mail/xc-mail/Makefile
parent6cd6f2e2bf9fae17a05b3bc9cfeba6ffad7f0184 (diff)
downloadports-cbe1ec8d999bf206e244d0e8f47475e4b772c7b4.tar.gz
ports-cbe1ec8d999bf206e244d0e8f47475e4b772c7b4.zip
Update to current version so it will build. Trevor's apparently gone for a
while, and this port is unfetchable as is. Approved by: kris (build fix)
Notes
Notes: svn path=/head/; revision=71426
Diffstat (limited to 'mail/xc-mail/Makefile')
-rw-r--r--mail/xc-mail/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/xc-mail/Makefile b/mail/xc-mail/Makefile
index db3290d8fb75..e83f21045679 100644
--- a/mail/xc-mail/Makefile
+++ b/mail/xc-mail/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= xc-mail
-PORTVERSION= 1.3
+PORTVERSION= 2.2
+PORTREVISION= 0
PORTEPOCH= 1
CATEGORIES= mail
-MASTER_SITES= http://js.zet.net/XCmail/download/ \
- ftp://trier.linux.de/pub/XCmail/ \
- ftp://ftp.myth.co.uk/pub/mirrors/xcmail/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= xcmail
MAINTAINER= trevor@FreeBSD.org
@@ -33,4 +33,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib" \
LIBS="-L${X11BASE}/lib"
+post-install:
+ chown ${BINOWN}:mail ${PREFIX}/bin/xc-mail
+ chmod g+s ${PREFIX}/bin/xc-mail
+
.include <bsd.port.mk>