patch-conf_Makefile_in 395 B

123456789101112131415
  1. $OpenBSD: patch-conf_Makefile_in,v 1.1 2015/11/10 13:56:01 sthen Exp $
  2. --- conf/Makefile.in.orig Tue Nov 10 13:06:44 2015
  3. +++ conf/Makefile.in Tue Nov 10 13:08:50 2015
  4. @@ -22,8 +22,8 @@ SHELL=/bin/sh
  5. prefix=@prefix@
  6. -SPOOLDIR=$(DESTDIR)@SPOOLDIR@
  7. -CONFDIR=$(DESTDIR)@CONFDIR@
  8. +SPOOLDIR?=$(DESTDIR)@SPOOLDIR@
  9. +CONFDIR?=$(DESTDIR)@CONFDIR@
  10. REAL_SPOOLDIR=@SPOOLDIR@
  11. REAL_CONFDIR=@CONFDIR@