diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-17 22:54:11 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-17 22:54:11 +0000 |
commit | 3b0634cb918f5b5f5aae2276cc3d00e8cd7cf156 (patch) | |
tree | 3129218932b135243528f6d3375794ab038884b6 /news/slrn/Makefile | |
parent | 70f02da5882694b9807f5a2427f31b9eb219265f (diff) | |
download | ports-3b0634cb918f5b5f5aae2276cc3d00e8cd7cf156.tar.gz ports-3b0634cb918f5b5f5aae2276cc3d00e8cd7cf156.zip |
Notes
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index b57a464229b7..f5fda8444e09 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -3,17 +3,17 @@ # Date created: 28 March 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.7 1998/05/13 05:07:10 mph Exp $ +# $Id: Makefile,v 1.8 1998/05/13 15:25:05 mph Exp $ # -DISTNAME= slrn0.9.4.3 -PKGNAME= slrn-0.9.4.3 +DISTNAME= slrn0.9.5.2 +PKGNAME= slrn-0.9.5.2 CATEGORIES= news -MASTER_SITES= ftp://ftp.clara.net/pub/unix/Usenet/ +MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ MAINTAINER= xaa@xaa.iae.nl -LIB_DEPENDS= slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang WRKSRC= ${WRKDIR}/slrn GNU_CONFIGURE= yes |