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 /net/wmnet | |
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 'net/wmnet')
-rw-r--r-- | net/wmnet/Makefile | 4 | ||||
-rw-r--r-- | net/wmnet/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/wmnet/Makefile b/net/wmnet/Makefile index c810d0666ba..de8f295a85f 100644 --- a/net/wmnet/Makefile +++ b/net/wmnet/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/09/18 10:40:12 tron Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/03 02:45:51 jschauma Exp $ DISTNAME= wmnet-1.06 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net x11 MASTER_SITES= http://www.digitalkaos.net/linux/wmnet/download/ diff --git a/net/wmnet/PLIST b/net/wmnet/PLIST index 4adcec8bb57..d06d7cf4eaf 100644 --- a/net/wmnet/PLIST +++ b/net/wmnet/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:51 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/03/03 02:45:52 jschauma Exp $ bin/wmnet -man/cat1/wmnet.0 +${IMAKE_MAN_PATH}/wmnet.${IMAKE_MANNEWSUFFIX} |