diff options
author | dillo <dillo@pkgsrc.org> | 2005-02-09 15:22:30 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-02-09 15:22:30 +0000 |
commit | 6cb6e8589b0ec00fd46d7589ff2b5fab0ac8803e (patch) | |
tree | efd5d4eeba92d098bef555f1e4e6aa4385e5b660 /x11 | |
parent | 37edc6c7602e406f0861b4c8cf9ff957f7a3fd63 (diff) | |
download | pkgsrc-6cb6e8589b0ec00fd46d7589ff2b5fab0ac8803e.tar.gz |
Commit patch from PR 29219 (Linux install fix), untested as I have
no Linux withpkgsrc.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lablgtk/patches/patch-aa | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/lablgtk/patches/patch-aa b/x11/lablgtk/patches/patch-aa index 8cc68c3218b..371605ec018 100644 --- a/x11/lablgtk/patches/patch-aa +++ b/x11/lablgtk/patches/patch-aa @@ -1,6 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2004/03/04 16:13:36 wiz Exp $ - ---- src/Makefile.orig Thu May 15 16:17:53 2003 +--- src/Makefile.orig 2003-05-15 16:17:53.000000000 +0200 +++ src/Makefile @@ -137,32 +137,39 @@ testcc: lablgladecc lablgtktop rm -f testcc.ml @@ -23,9 +21,9 @@ $NetBSD: patch-aa,v 1.3 2004/03/04 16:13:36 wiz Exp $ + do \ + ${BSD_INSTALL_DATA} $$F ${INSTALLDIR}; \ + done -+ ${BSD_INSTALL_PROGRAM} lablgtktop $(INSTALLDIR) ++ ${BSD_INSTALL_SCRIPT} lablgtktop $(INSTALLDIR) + ${BSD_INSTALL_SCRIPT} varcc $(INSTALLDIR) -+ if test -f lablgtktop_t; then ${BSD_INSTALL_PROGRAM} lablgtktop_t $(INSTALLDIR); fi ++ if test -f lablgtktop_t; then ${BSD_INSTALL_SCRIPT} lablgtktop_t $(INSTALLDIR); fi if test -f lablgtk.cmxa; then $(MAKE) installopt; fi + ${BSD_INSTALL_DATA_DIR} $(DLLDIR) if test -f dlllablgtk.so; then \ |