diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-03 02:45:51 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-03 02:45:51 +0000 |
commit | 86e6bcbf208d3b2ab096728e6dbe0f8699e21cb5 (patch) | |
tree | 36a93b09555b7fb3475fc02ee5118f6ce8b8f7e9 /news | |
parent | 1eba5a9dc48ceedb71b7094e691fd7023024d763 (diff) | |
download | pkgsrc-86e6bcbf208d3b2ab096728e6dbe0f8699e21cb5.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 4 | ||||
-rw-r--r-- | news/knews/PLIST | 4 | ||||
-rw-r--r-- | news/xrn/Makefile | 3 | ||||
-rw-r--r-- | news/xrn/PLIST | 4 |
4 files changed, 8 insertions, 7 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} diff --git a/news/xrn/Makefile b/news/xrn/Makefile index 2a47f7450af..5893024e326 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:40 agc Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/03 02:48:35 jschauma Exp $ # DISTNAME= 9.01 PKGNAME= xrn-9.01 +PKGREVISION= 1 CATEGORIES= news x11 MASTER_SITES= ftp://sipb.mit.edu/pub/xrn/ EXTRACT_SUFX= .tgz diff --git a/news/xrn/PLIST b/news/xrn/PLIST index a09cddb427d..040fdcf3c81 100644 --- a/news/xrn/PLIST +++ b/news/xrn/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:03:53 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/03 02:48:36 jschauma Exp $ bin/xrn lib/X11/app-defaults/XRn -man/cat1/xrn.0 +${IMAKE_MAN_PATH}/xrn.${IMAKE_MANNEWSUFFIX} share/doc/xrn/COMMON-PROBLMS share/doc/xrn/COPYRIGHT share/doc/xrn/CREDITS |