From 3a6f8dec0b7710334c7f97bd9ec48834555d3701 Mon Sep 17 00:00:00 2001 From: lebel Date: Sun, 22 Jul 2001 00:20:06 +0000 Subject: [PATCH] oops, PKGNAME should get p1, not DISTNAME. Sloppy lebel@ --- news/slrn/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 01e32ecff06..dac73550554 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.23 2001/07/22 00:18:14 lebel Exp $ +# $OpenBSD: Makefile,v 1.24 2001/07/22 00:20:06 lebel Exp $ COMMENT= "SLang-based newsreader" VERSION= 0.9.7.1 -DISTNAME= slrn-${VERSION}p1 +DISTNAME= slrn-${VERSION} +PKGNAME= ${DISTNAME}p1 CATEGORIES= news NEED_VERSION= 1.364