diff options
author | jlam <jlam@pkgsrc.org> | 2002-03-06 00:55:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-03-06 00:55:33 +0000 |
commit | c6501053c547bda8281ab8307e57a3fa7a0b8f01 (patch) | |
tree | 9347e45369d28c55fe34338b2f5bf94b5226b0ee /www/apache2/patches | |
parent | 9d13a40b720268ca61c7f042fd5de9ce2087ea9c (diff) | |
download | pkgsrc-c6501053c547bda8281ab8307e57a3fa7a0b8f01.tar.gz |
Add the scripts to the build target so that they are created and installed
properly.
Diffstat (limited to 'www/apache2/patches')
-rw-r--r-- | www/apache2/patches/patch-ag | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/apache2/patches/patch-ag b/www/apache2/patches/patch-ag index a2d55d6eb78..119794a99c3 100644 --- a/www/apache2/patches/patch-ag +++ b/www/apache2/patches/patch-ag @@ -1,15 +1,17 @@ -$NetBSD: patch-ag,v 1.2 2002/03/05 23:56:24 jlam Exp $ +$NetBSD: patch-ag,v 1.3 2002/03/06 00:55:34 jlam Exp $ ---- support/Makefile.in.orig Tue Mar 5 14:37:53 2002 +--- support/Makefile.in.orig Sat Jan 19 00:44:04 2002 +++ support/Makefile.in -@@ -2,6 +2,7 @@ +@@ -2,7 +2,8 @@ logresolve.pl phf_abuse_log.cgi split-logfile PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm +-TARGETS = $(PROGRAMS) +SCRIPTS = apxs apachectl dbmmanage - TARGETS = $(PROGRAMS) ++TARGETS = $(PROGRAMS) $(SCRIPTS) PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) + PROGRAM_DEPENDENCIES = \ @@ -15,18 +16,30 @@ @test -d $(bindir) || $(MKINSTALLDIRS) $(bindir) @test -d $(libexecdir) || $(MKINSTALLDIRS) $(libexecdir) |