diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2001-01-05 08:01:17 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2001-01-05 08:01:17 +0000 |
commit | baa7ff608e12deb56bc14d229c0665697678c794 (patch) | |
tree | b21533a7e6829b2f65af7b74821086818779da11 /news/plor/Makefile | |
parent | aeadcd70527a4c17a30a21764fc0acc2f3b03888 (diff) |
Notes
Diffstat (limited to 'news/plor/Makefile')
-rw-r--r-- | news/plor/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/news/plor/Makefile b/news/plor/Makefile index 2adcf39dec16..aa6dd0d21d26 100644 --- a/news/plor/Makefile +++ b/news/plor/Makefile @@ -6,16 +6,17 @@ # PORTNAME= plor -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 CATEGORIES= news -MASTER_SITES= ftp://ftp.psy.unipd.it/pub/pluto/developers/ \ - ftp://ftp.unipd.it/pub/Linux/pluto/developers/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= system/bbs/mail MAINTAINER= hoek@FreeBSD.org RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip GNU_CONFIGURE= yes +USE_GMAKE= yes MAN1= plor.1 |