pkgsrc/mail/ezmlm/patches/patch-Makefile

19 lines
578 B
Text

$NetBSD: patch-Makefile,v 1.1 2017/07/26 02:02:23 schmonz Exp $
DESTDIR support, and don't install catpages.
--- Makefile.orig 1997-06-30 03:11:54.000000000 +0000
+++ Makefile
@@ -610,9 +610,9 @@ compile seek_set.c seek_set.c seek.h see
./compile seek_set.c
setup: \
-it man install conf-bin conf-man
- ./install "`head -1 conf-bin`" < BIN
- ./install "`head -1 conf-man`" < MAN
+it install conf-bin conf-man conf-destdir
+ ./install "`head -1 conf-destdir``head -1 conf-bin`" < BIN
+ ./install "`head -1 conf-destdir``head -1 conf-man`" < MAN
sgetopt.0: \
sgetopt.3