diff options
author | is <is> | 2008-11-21 14:30:35 +0000 |
---|---|---|
committer | is <is> | 2008-11-21 14:30:35 +0000 |
commit | 4f7aa3dbd34e1b5872d059a67ddfed91e56c5038 (patch) | |
tree | 3a97d0cbd19bc015ea0b0cf7edbb1d61c0e18b39 /news/slrn | |
parent | 8880869118c982782bbe05646b616d54c8f28c8e (diff) | |
download | pkgsrc-4f7aa3dbd34e1b5872d059a67ddfed91e56c5038.tar.gz |
fix PLIST problem preventing clean deinstallation - pointed out by uwe@
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 3 | ||||
-rw-r--r-- | news/slrn/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 891f95cde2a..bdcc0fe4566 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2008/09/04 16:15:34 is Exp $ +# $NetBSD: Makefile,v 1.41 2008/11/21 14:30:35 is Exp $ DISTNAME= slrn-0.9.9 +PKGREVISION= 1 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ EXTRACT_SUFX= .tar.gz diff --git a/news/slrn/PLIST b/news/slrn/PLIST index 4e2054583c7..8a50d891bc7 100644 --- a/news/slrn/PLIST +++ b/news/slrn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2008/09/04 16:15:34 is Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/11/21 14:30:35 is Exp $ bin/slrn bin/slrnpull man/man1/slrn.1 @@ -59,5 +59,5 @@ share/slrn/slang/varset.sl share/slrn/slang/xcomment.sl @dirrm share/doc/slrn/slrnpull @dirrm share/doc/slrn -@dirrm share/slrn/macros +@dirrm share/slrn/slang @dirrm share/slrn |