mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
16 lines
701 B
Plaintext
16 lines
701 B
Plaintext
$NetBSD: patch-ac,v 1.1 2007/12/30 17:25:42 cjep Exp $
|
|
|
|
--- RULES/rules.man.orig 1997-02-11 11:49:27.000000000 +0000
|
|
+++ RULES/rules.man
|
|
@@ -20,7 +20,9 @@
|
|
# along with this program; see the file COPYING. If not, write to
|
|
# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
###########################################################################
|
|
-include $(SRCROOT)/$(RULESDIR)/man-$(MANSTYLE).def
|
|
+#include $(SRCROOT)/$(RULESDIR)/man-$(MANSTYLE).def
|
|
+# Pkgsrc owns everything under PREFIX so use BSD-style man pages
|
|
+include $(SRCROOT)/$(RULESDIR)/man-bsd.def
|
|
###########################################################################
|
|
|
|
INSDIR= $(MANDIR)/$(MANSECT)
|