diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-02-26 03:40:53 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-02-26 03:40:53 +0000 |
commit | 3e559465d096dee15d599a00d3840361d946c8b7 (patch) | |
tree | 9251d534e79ead637c859a8b169c116acf692b40 /cad/pcb | |
parent | 019a559042c880bed9f175b31b26e5aadc93cd99 (diff) | |
download | pkgsrc-3e559465d096dee15d599a00d3840361d946c8b7.tar.gz |
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/Makefile | 4 | ||||
-rw-r--r-- | cad/pcb/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index a302fa9c91c..9465b06fd52 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2003/01/28 22:03:05 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2003/02/26 03:40:53 jschauma Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # DISTNAME= pcb-1.6.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= cad MASTER_SITES= ftp://ftp.linuxppc.org/pub/linuxppc/users/harry/PCB/ \ ftp://ftp.uni-ulm.de/pub/pcb/mirror/ diff --git a/cad/pcb/PLIST b/cad/pcb/PLIST index 7408a4404f8..9d5a00c593d 100644 --- a/cad/pcb/PLIST +++ b/cad/pcb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/09/21 06:49:25 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/26 03:40:53 jschauma Exp $ bin/pcb info/pcb.info lib/X11/app-defaults/Pcb @@ -44,7 +44,7 @@ lib/X11/pcb/m4/transistor.list lib/X11/pcb/m4/transistor.m4 lib/X11/pcb/pcblib lib/X11/pcb/pcblib.contents -man/cat1/pcb.0 +${IMAKE_MAN_DIR}/pcb.${IMAKE_MANNEWSUFFIX} share/doc/pcb/index.html share/doc/pcb/pcb.html share/doc/pcb/pcb.ps |