diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-24 16:18:56 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-24 16:18:56 +0000 |
commit | 586984d20a36ac734d4a74ef86ed17dc6e586549 (patch) | |
tree | b891844a742b705cf5494bfe56ef354971b1965e | |
parent | 8bb4c7ce4d63a7ba1f135024fff5442b12cac7dd (diff) |
Notes
-rw-r--r-- | mail/spruce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 3029808e84e6..5b0309a2bd0c 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -8,8 +8,8 @@ PORTNAME= spruce PORTVERSION= 0.6.5 CATEGORIES= mail -MASTER_SITES= http://www.xtorshun.org/spruce/v0.6/ \ - http://fundy.linuxberg.com/files/x11/network/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= erich@tacni.net |