aboutsummaryrefslogtreecommitdiffstats
path: root/print/wprint/files/patch-Makefile.in
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-10-15 17:25:31 +0800
committerijliao <ijliao@FreeBSD.org>2002-10-15 17:25:31 +0800
commitd74f10982b5d9256892e5e6574c7899ae22f98a0 (patch)
tree9f87009f1335ddd970a6a827d160cbf14e050551 /print/wprint/files/patch-Makefile.in
parentfef21c21cf35d6f3704fb4f9b9a5a35f74d62373 (diff)
downloadfreebsd-ports-gnome-d74f10982b5d9256892e5e6574c7899ae22f98a0.tar.gz
freebsd-ports-gnome-d74f10982b5d9256892e5e6574c7899ae22f98a0.tar.zst
freebsd-ports-gnome-d74f10982b5d9256892e5e6574c7899ae22f98a0.zip
add wprint 2.04
Mozilla/HtmlDoc/Netscape Postscript Filter
Diffstat (limited to 'print/wprint/files/patch-Makefile.in')
-rw-r--r--print/wprint/files/patch-Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/wprint/files/patch-Makefile.in b/print/wprint/files/patch-Makefile.in
new file mode 100644
index 000000000000..93c118f4b6b4
--- /dev/null
+++ b/print/wprint/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+--- etc/Makefile.in.orig Tue Oct 15 17:09:45 2002
++++ etc/Makefile.in Tue Oct 15 17:12:13 2002
+@@ -165,8 +165,8 @@
+
+
+ install-data-local:
+- $(mkinstalldirs) $(DESTDIR)/etc
+- $(INSTALL_DATA) $(srcdir)/wprint.conf $(DESTDIR)/etc/wprint.conf
++ $(mkinstalldirs) $(sysconfdir)
++ $(INSTALL_DATA) $(srcdir)/wprint.conf $(sysconfdir)
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.