mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 21:09:31 -04:00
14 lines
567 B
Plaintext
14 lines
567 B
Plaintext
$NetBSD: patch-ab,v 1.6 2008/11/10 18:00:34 wiz Exp $
|
|
|
|
--- etc/Makefile.in.orig 2007-12-29 03:28:07.000000000 +0000
|
|
+++ etc/Makefile.in
|
|
@@ -264,7 +264,7 @@ tex = @tex@
|
|
ogonkifydir = $(datadir)/ogonkify
|
|
libpath = $(pkgdatadir)/sheets:$(pkgdatadir)/ps:$(pkgdatadir)/encoding:$(pkgdatadir)/afm:$(ogonkifydir)/afm:$(pkgdatadir)/ppd:$(pkgdatadir)/fonts:$(ogonkifydir)/fonts:$(pkgdatadir)
|
|
pkgdata_DATA = README
|
|
-dsysconf = $(DESTDIR)$(sysconfdir)
|
|
+dsysconf = $(DESTDIR)$(datadir)/examples/@PACKAGE@
|
|
EXTRA_DIST = README.in
|
|
DISTCLEANFILES = a2ps.cfg README
|
|
all: all-am
|