diff options
author | jschauma <jschauma> | 2003-03-03 02:45:51 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-03-03 02:45:51 +0000 |
commit | 99b1a1547b59d65c0ffbc5dbd06731a65e285f2a (patch) | |
tree | 36a93b09555b7fb3475fc02ee5118f6ce8b8f7e9 /news/knews | |
parent | 757805b3c7646fc87568b35c6b8b15a24c6f8691 (diff) | |
download | pkgsrc-99b1a1547b59d65c0ffbc5dbd06731a65e285f2a.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/Makefile | 4 | ||||
-rw-r--r-- | news/knews/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 19413313b6d..e7e5cfa8c1c 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2002/10/21 12:55:34 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2003/03/03 02:48:35 jschauma Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= news x11 MASTER_SITES= http://www.matematik.su.se/~kjj/ diff --git a/news/knews/PLIST b/news/knews/PLIST index 969830eb464..92390d1721d 100644 --- a/news/knews/PLIST +++ b/news/knews/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:03:44 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/03 02:48:35 jschauma Exp $ bin/knews lib/X11/app-defaults/Knews -man/cat1/knews.0 +${IMAKE_MAN_PATH}/knews.${IMAKE_MANNEWSUFFIX} |