blob: a739b6cc60607ac14e90580a7a2aab6f54292321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aj,v 1.3 2010/10/27 12:32:52 asau Exp $
Fix staged installation.
--- packages/http/Makefile.in.orig 2010-10-18 12:48:21.000000000 +0400
+++ packages/http/Makefile.in 2010-10-27 00:40:44.000000000 +0400
@@ -110,11 +110,11 @@
$(INSTALL_PROGRAM) $(SOLIBS) $(BINTARGET)
mkdir -p $(PLTARGET)
mkdir -p $(PLTARGET)/web/icons
- mkdir -p $(DESTDIR)$(LIBDIR)/web/css
+ mkdir -p $(PLTARGET)/web/css
$(INSTALL_DATA) $(LIBPL) $(PLTARGET)
$(INSTALL_DATA) $(srcdir)/README $(PLTARGET)
$(INSTALL_DATA) $(srcdir)/web/icons/*.png $(PLTARGET)/web/icons
- $(INSTALL_DATA) $(srcdir)/web/css/*.css $(DESTDIR)$(LIBDIR)/web/css
+ $(INSTALL_DATA) $(srcdir)/web/css/*.css $(PLTARGET)/web/css
$(PL) -f none -g make -t halt
ln-install: $(LIBPL)
|