pkgsrc/archivers/star/patches/patch-ac
cjep d8e27b64a0 Star treats BSD and SysV differently for man page installation. Since
we "own" the filesystem underneath LOCALBASE (e.g. /usr/pkg), let's
stick with BSD-style installation for this package.

This addresses PR#29725.
2007-12-30 17:25:41 +00:00

15 lines
701 B
Text

$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)