summaryrefslogtreecommitdiff
path: root/print/LPRng/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/LPRng/patches/patch-aa')
-rw-r--r--print/LPRng/patches/patch-aa43
1 files changed, 43 insertions, 0 deletions
diff --git a/print/LPRng/patches/patch-aa b/print/LPRng/patches/patch-aa
new file mode 100644
index 00000000000..6babd9ca857
--- /dev/null
+++ b/print/LPRng/patches/patch-aa
@@ -0,0 +1,43 @@
+$NetBSD: patch-aa,v 1.1 1999/09/13 18:40:52 jlam Exp $
+
+--- Makefile.bsd.in.orig Fri Aug 27 21:37:47 1999
++++ Makefile.bsd.in Mon Sep 13 13:24:16 1999
+@@ -31,6 +31,8 @@
+ libexecdir=@libexecdir@
+ # for the configuration stuff
+ sysconfdir=@sysconfdir@
++# for the sample configuraton files
++egdir=${prefix}/share/examples/LPRng
+
+ LPD_PERMS_PATH=@LPD_PERMS_PATH@
+ LPD_CONF_PATH=@LPD_CONF_PATH@
+@@ -73,20 +75,20 @@
+ install::
+ #install default versions of the lpd.conf and lpd.perm files
+
++ ${BSD_INSTALL_DATA_DIR} ${egdir};
++
+ f=$(LPD_CONF_PATH) ; g=lpd.conf; \
+- if [ -z "$$f" ] ; then f=${admindir}/$$g; fi; \
+- $(INSTALL) -m 644 $(SRC)/$$g $$f.sample; \
++ ${BSD_INSTALL_DATA} ${SRC}/$$g ${egdir}/$$g.sample; \
+ if [ ! -f "$$f" ] ; then \
+- echo $(INSTALL) -m 644 $(SRC)/$$g $$f; \
+- $(INSTALL) -m 644 $(SRC)/$$g $$f; \
++ echo ${BSD_INSTALL_DATA} ${SRC}/$$g $$f; \
++ ${BSD_INSTALL_DATA} ${SRC}/$$g $$f; \
+ fi;
+
+- f=$(LPD_PERMS_PATH); g=lpd.perms; \
+- if [ -z "$$f" ] ; then f=${admindir}/$$g; fi; \
+- $(INSTALL) -m 644 $(SRC)/$$g $$f.sample; \
++ f=$(LPD_PERMS_PATH) ; g=lpd.perms; \
++ ${BSD_INSTALL_DATA} ${SRC}/$$g ${egdir}/$$g.sample; \
+ if [ ! -f "$$f" ] ; then \
+- echo $(INSTALL) -m 644 $(SRC)/$$g $$f; \
+- $(INSTALL) -m 644 $(SRC)/$$g $$f; \
++ echo ${BSD_INSTALL_DATA} ${SRC}/$$g $$f; \
++ ${BSD_INSTALL_DATA} ${SRC}/$$g $$f; \
+ fi;
+
+ info dvi check: