diff options
author | sf <sf@FreeBSD.org> | 2001-01-10 03:35:23 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-10 03:35:23 +0800 |
commit | 08a26c6fc1644fba58b35057f166ec1cc3ff89ef (patch) | |
tree | bd4d3b3ead7e415b7f466d808f98205522d9441b /cad/pcb | |
parent | 32c56639a6c97a82d19d8fdeb187e418e496ff4d (diff) | |
download | freebsd-ports-gnome-08a26c6fc1644fba58b35057f166ec1cc3ff89ef.tar.gz freebsd-ports-gnome-08a26c6fc1644fba58b35057f166ec1cc3ff89ef.tar.zst freebsd-ports-gnome-08a26c6fc1644fba58b35057f166ec1cc3ff89ef.zip |
fix X manpage error with XFree86-4
PR: 23421
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/pcb/files/patch-ae b/cad/pcb/files/patch-ae new file mode 100644 index 000000000000..4da1fba7128a --- /dev/null +++ b/cad/pcb/files/patch-ae @@ -0,0 +1,11 @@ +--- src/Imakefile.orig Thu Jan 14 02:52:36 1999 ++++ src/Imakefile Sun Dec 10 17:17:07 2000 +@@ -67,7 +67,7 @@ + + depend:: parse_l.c parse_y.c + +-ComplexProgramTarget(pcb) ++ComplexProgramTargetNoMan(pcb) + InstallAppDefaults(Pcb) + InstallMultipleFlags($(DEFAULTFONT),$(PCBLIBDIR),$(INSTLIBFLAGS)) + |