diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-06 06:57:01 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-06 06:57:01 +0800 |
commit | 9b30d5139125d70814fb6396c6356d7bbe78e393 (patch) | |
tree | b8313db4c55df15dd3107dfa4a5706d664ea120d /mail/sylpheed/Makefile | |
parent | afd370676af6e1cab9c5a0d3f87de43e1d44e384 (diff) | |
download | freebsd-ports-gnome-9b30d5139125d70814fb6396c6356d7bbe78e393.tar.gz freebsd-ports-gnome-9b30d5139125d70814fb6396c6356d7bbe78e393.tar.zst freebsd-ports-gnome-9b30d5139125d70814fb6396c6356d7bbe78e393.zip |
update sylpheed to 0.9.3
replace hardcoded share/doc/sylpheed with %%DOCSDIR%% in pkg-plist
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 194092df034e..becc195c4e9c 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ |