diff options
author | mjl <mjl@pkgsrc.org> | 1999-05-18 22:01:35 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 1999-05-18 22:01:35 +0000 |
commit | 86dc33bd971b6a8664bffe88edd49c4fb3b41d70 (patch) | |
tree | 746713a847f40b1dd98b52f2a498b98dbe5a9ba0 /news/slrn/Makefile | |
parent | 22fb6ae9971be013c4c70bf28686870741b86aa4 (diff) | |
download | pkgsrc-86dc33bd971b6a8664bffe88edd49c4fb3b41d70.tar.gz |
Update to slrn-0.9.5.6
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index d1586c33198..e6871ddd4e5 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 1999/04/12 22:30:39 mjl Exp $ +# $NetBSD: Makefile,v 1.4 1999/05/18 22:01:36 mjl Exp $ # -DISTNAME= slrn0.9.5.4 -PKGNAME= slrn-0.9.5.4 +DISTNAME= slrn-0.9.5.6 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ @@ -19,6 +18,4 @@ CONFIGURE_ARGS+= --without-X --prefix=${PREFIX} # together CONFIGURE_ENV+= INSTALL=/usr/bin/install -WRKSRC= ${WRKDIR}/slrn - .include "../../mk/bsd.pkg.mk" |