pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/bins when using ${INSTALL_DATA_DIR} only specify 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd285b1cc216
branches:  trunk
changeset: 489602:fd285b1cc216
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Feb 24 01:27:58 2005 +0000

description:
when using ${INSTALL_DATA_DIR} only specify 1 directory at a time.
Some systems (solaris 9) do not like multiple directories being listed
at once.

diffstat:

 www/bins/Makefile |  22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 deletions(-)

diffs (57 lines):

diff -r e6e90f7ea3f0 -r fd285b1cc216 www/bins/Makefile
--- a/www/bins/Makefile Wed Feb 23 23:11:54 2005 +0000
+++ b/www/bins/Makefile Thu Feb 24 01:27:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/02/19 18:53:55 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2005/02/24 01:27:58 dmcmahill Exp $
 #
 
 DISTNAME=      bins-1.1.27
@@ -61,9 +61,8 @@
        ${INSTALL_DATA} ${WRKSRC}/templates.jab/*.html                  \
                ${PREFIX}/share/examples/bins/templates.jab/
        # template: joi
-       ${INSTALL_DATA_DIR}                                             \
-               ${PREFIX}/share/examples/bins/templates.joi             \
-               ${PREFIX}/share/examples/bins/templates.joi/static
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.joi
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.joi/static
        ${INSTALL_DATA} ${WRKSRC}/templates.joi/*.html                  \
                ${PREFIX}/share/examples/bins/templates.joi/
        ${INSTALL_DATA}                                                 \
@@ -72,9 +71,8 @@
                ${WRKSRC}/templates.joi/static/*.js                     \
                ${PREFIX}/share/examples/bins/templates.joi/static/
        # template: marc
-       ${INSTALL_DATA_DIR}                                             \
-               ${PREFIX}/share/examples/bins/templates.marc            \
-               ${PREFIX}/share/examples/bins/templates.marc/static
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.marc
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.marc/static
        ${INSTALL_DATA} ${WRKSRC}/templates.marc/*.html                 \
                ${PREFIX}/share/examples/bins/templates.marc/
        ${INSTALL_DATA}                                                 \
@@ -87,9 +85,8 @@
        ${INSTALL_DATA} ${WRKSRC}/templates.new/*.html                  \
                ${PREFIX}/share/examples/bins/templates.new/
        # template: petrus
-       ${INSTALL_DATA_DIR}                                             \
-               ${PREFIX}/share/examples/bins/templates.petrus          \
-               ${PREFIX}/share/examples/bins/templates.petrus/static
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.petrus
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.petrus/static
        ${INSTALL_DATA} ${WRKSRC}/templates.petrus/*.html               \
                ${PREFIX}/share/examples/bins/templates.petrus/
        ${INSTALL_DATA}                                                 \
@@ -98,9 +95,8 @@
                ${WRKSRC}/templates.petrus/static/*.js                  \
                ${PREFIX}/share/examples/bins/templates.petrus/static/
        # template: satyap
-       ${INSTALL_DATA_DIR}                                             \
-               ${PREFIX}/share/examples/bins/templates.satyap          \
-               ${PREFIX}/share/examples/bins/templates.satyap/static
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.satyap
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/bins/templates.satyap/static
        ${INSTALL_DATA} ${WRKSRC}/templates.satyap/*.html               \
                ${PREFIX}/share/examples/bins/templates.satyap/
        ${INSTALL_DATA}                                                 \



Home | Main Index | Thread Index | Old Index