summaryrefslogtreecommitdiff
path: root/chat/ircd-hybrid/patches/patch-aa
blob: 28cb14523a3f41aad1c0b9049016958194960af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-aa,v 1.4 2011/08/29 01:24:03 dholland Exp $

- configure installation for pkgsrc
- fix usage of $(DESTDIR) with @prefix@

--- Makefile.in.orig	2007-02-28 04:17:54.000000000 +0000
+++ Makefile.in
@@ -25,12 +25,12 @@ RM          = @RM@
 #MFLAGS   = -j 4
 DEPEND_DIRS  = lib modules src servlink
 BUILD_DIRS   = ${DEPEND_DIRS} tools
-INSTALL_DIRS = ${BUILD_DIRS} etc doc help
+INSTALL_DIRS = ${BUILD_DIRS} doc help
 CLEAN_DIRS   = ${BUILD_DIRS} contrib
 # Anywhere that we can make install, we obviously can rm -f Makefile
 DISTCLEAN_DIRS = ${INSTALL_DIRS} contrib messages
 
-prefix		= $(DESTDIR)@prefix@
+prefix		= @prefix@
 datarootdir	= $(DESTDIR)@datarootdir@
 
 # The make used HAS to set $(MAKE). But then, if we don't do it this