Files
pkgsrc-ng/chat/ircd-hybrid/patches/patch-servlink_makefile_in
2013-09-26 17:14:40 +02:00

16 lines
450 B
Plaintext

$NetBSD: patch-servlink_makefile_in,v 1.1 2011/08/29 01:24:03 dholland Exp $
- fix DESTDIR support
--- servlink/Makefile.in~ 2007-02-28 04:17:47.000000000 +0000
+++ servlink/Makefile.in
@@ -15,7 +15,7 @@ MV = @MV@
RM = @RM@
SED = @SED@
prefix = @prefix@
-exec_prefix = $(DESTDIR)@exec_prefix@
+exec_prefix = @exec_prefix@
bindir = $(DESTDIR)@bindir@
datarootdir = $(DESTDIR)@datarootdir@