Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler. It is available for different processors: Intel x86, Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0 version also supports the Motorola 680x0. The following operating systems are supported: Linux, FreeBSD, Haiku, Mac OS X/Darwin, DOS, Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS. Thanks to pierre at freepascal dot org for taking care of the patches and to aja@ for mirroring the bootstrap. tweaks and ok jasper@ sthen@
13 lines
511 B
Plaintext
13 lines
511 B
Plaintext
$OpenBSD: patch-install_man_Makefile,v 1.1.1.1 2013/03/08 11:34:18 pascal Exp $
|
|
|
|
Don't gzip manpages.
|
|
|
|
--- install/man/Makefile.orig Thu May 3 14:33:10 2012
|
|
+++ install/man/Makefile Thu May 3 14:34:25 2012
|
|
@@ -31,5 +31,3 @@ installman:
|
|
$(GINSTALL) -d -m 755 $(INSTALL_MANDIR)/man5
|
|
$(GINSTALL) -c -m 644 man1/*.1 $(INSTALL_MANDIR)/man1
|
|
$(GINSTALL) -c -m 644 man5/*.5 $(INSTALL_MANDIR)/man5
|
|
- find man1/*.1 -exec gzip -9f $(INSTALL_MANDIR)/'{}' \;
|
|
- find man5/*.5 -exec gzip -9f $(INSTALL_MANDIR)/'{}' \;
|