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/Makefile | |
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/Makefile')
-rw-r--r-- | cad/pcb/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |