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 /net/xarchie/Makefile | |
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 'net/xarchie/Makefile')
-rw-r--r-- | net/xarchie/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile index 8f8abc03352..4d948efa672 100644 --- a/net/xarchie/Makefile +++ b/net/xarchie/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 18:19:57 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/03 02:45:52 jschauma Exp $ # FreeBSD Id: Makefile,v 1.12 1996/12/01 01:23:22 obrien Exp # DISTNAME= xarchie-2.0.10 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} |