with configuration file. Install example configuration file in the canonical pkgsrc directory. Bump PKGREVISION.
19 lines
732 B
Text
19 lines
732 B
Text
$NetBSD: patch-ae,v 1.1 2003/08/03 01:01:33 seb Exp $
|
|
|
|
--- src/Makefile.in.orig 2000-10-05 22:42:37.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -334,14 +334,6 @@ maintainer-clean-generic clean mostlycle
|
|
@HAVE_SIGBLOCK_FALSE@sigblock.o: $(pinfo_SIGBLOCK)
|
|
|
|
install-data-local:
|
|
- if [ ! -f $(DESTDIR)$(sysconfdir)/pinforc ] ; then \
|
|
- if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
|
|
- $(INSTALL) -d $(DESTDIR)$(sysconfdir); \
|
|
- fi; \
|
|
- $(INSTALL) -m 644 $(srcdir)/pinforc $(DESTDIR)$(sysconfdir) ; \
|
|
- else \
|
|
- echo "WARNING! Old pinforc detected. I'm not installing the new file"; \
|
|
- fi
|
|
|
|
# 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.
|