summaryrefslogtreecommitdiff
path: root/lang/yap/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'lang/yap/patches/patch-aj')
-rw-r--r--lang/yap/patches/patch-aj29
1 files changed, 12 insertions, 17 deletions
diff --git a/lang/yap/patches/patch-aj b/lang/yap/patches/patch-aj
index a739b6cc606..d5c35159b6e 100644
--- a/lang/yap/patches/patch-aj
+++ b/lang/yap/patches/patch-aj
@@ -1,20 +1,15 @@
-$NetBSD: patch-aj,v 1.3 2010/10/27 12:32:52 asau Exp $
+$NetBSD: patch-aj,v 1.4 2013/06/12 20:28:41 asau Exp $
-Fix staged installation.
+Don't attempt to strip scripts, it doesn't work.
---- 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
+--- packages/http/Makefile.in.orig 2012-07-07 02:14:37.000000000 +0200
++++ packages/http/Makefile.in 2013-03-07 12:27:41.027386177 +0100
+@@ -60,7 +60,7 @@
+ mkdir -p $(DESTDIR)$(EXDIR)/pwp
+ (cd $(srcdir)/examples && $(INSTALL_DATA) $(EXAMPLES) $(DESTDIR)$(EXDIR))
+ (cd $(srcdir)/examples/pwp && $(INSTALL_DATA) *.pwp *.pl $(DESTDIR)$(EXDIR)/pwp)
+- (cd $(srcdir)/examples && $(INSTALL_PROGRAM) $(EXAMPLEEXE) $(DESTDIR)$(EXDIR))
++ (cd $(srcdir)/examples && $(INSTALL_SCRIPT) $(EXAMPLEEXE) $(DESTDIR)$(EXDIR))
- ln-install: $(LIBPL)
+ uninstall::
+ (cd $(LIBDIR) && rm -f $(LIBPL))