diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-15 17:25:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-15 17:25:31 +0800 |
commit | d74f10982b5d9256892e5e6574c7899ae22f98a0 (patch) | |
tree | 9f87009f1335ddd970a6a827d160cbf14e050551 /print/wprint/files/patch-Makefile.in | |
parent | fef21c21cf35d6f3704fb4f9b9a5a35f74d62373 (diff) | |
download | freebsd-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.in | 13 |
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. |