diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-09 19:35:23 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-09 19:35:23 +0000 |
commit | aa13fa44d779cda5748925ba8e687d0a58ad9ac8 (patch) | |
tree | 4a3fd69ef0ab45efebdd337c40601dbd8c859e07 /cad/pcb/files | |
parent | 548164fab31255cfbd461bcf516f7c86d9601cc5 (diff) | |
download | ports-aa13fa44d779cda5748925ba8e687d0a58ad9ac8.tar.gz ports-aa13fa44d779cda5748925ba8e687d0a58ad9ac8.zip |
fix X manpage error with XFree86-4
PR: 23421
Notes
Notes:
svn path=/head/; revision=37029
Diffstat (limited to 'cad/pcb/files')
-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)) + |