pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/apc-gui Do not use OWN_DIRS for an example directo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38a8b0cbd75a
branches:  trunk
changeset: 508595:38a8b0cbd75a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 22 07:10:23 2006 +0000

description:
Do not use OWN_DIRS for an example directory, just INSTALL_DATA_DIR it.
Addresses CHECK_FILES build failure. Bump PKGREVISION.

diffstat:

 www/apc-gui/Makefile |   15 ++--
 www/apc-gui/PLIST    |  143 +++++++++++++++++++++++++-------------------------
 2 files changed, 79 insertions(+), 79 deletions(-)

diffs (191 lines):

diff -r 28c9904c5d8a -r 38a8b0cbd75a www/apc-gui/Makefile
--- a/www/apc-gui/Makefile      Wed Feb 22 01:30:25 2006 +0000
+++ b/www/apc-gui/Makefile      Wed Feb 22 07:10:23 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:11:19 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/02/22 07:10:23 wiz Exp $
 
 DISTNAME=      apc_gui-1.0.3
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www
 MASTER_SITES=  http://apc.neuropeans.com/download/
 
@@ -18,14 +18,13 @@
 NO_BUILD=      YES
 
 PKG_SYSCONFSUBDIR?=    httpd
-APC_GUI_DIR=           ${PREFIX}/share/${PKGBASE}
-EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
+APC_GUI_DIR=           ${PREFIX}/share/apc-gui
+EGDIR=                 ${PREFIX}/share/examples/apc-gui
 PLIST_SUBST+=          PKGBASE=${PKGBASE:Q}
 MESSAGE_SUBST+=                APC_GUI_DIR=${APC_GUI_DIR}
 
 CONF_FILES=    ${EGDIR}/apc_gui.conf ${PKG_SYSCONFDIR}/apc_gui.conf
 CONF_FILES+=   /dev/null ${APC_GUI_DIR}/apc_config_local.php
-OWN_DIRS=      ${APC_GUI_DIR}
 
 SUBST_CLASSES+=                paths
 SUBST_FILES.paths=     ${WRKDIR}/apc_gui.conf.dist
@@ -37,9 +36,9 @@
        ${CP} ${FILESDIR}/apc_gui.conf.dist ${WRKDIR}
 
 do-install:
-       ${INSTALL_DATA_DIR} ${APC_GUI_DIR} ${EGDIR}
-       cd ${WRKDIR}; ${INSTALL_DATA} apc_gui.conf.dist                 \
-               ${EGDIR}/apc_gui.conf
+       ${INSTALL_DATA_DIR} ${APC_GUI_DIR}
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA} ${WRKDIR}/apc_gui.conf.dist ${EGDIR}/apc_gui.conf
        ${CP} -R ${WRKSRC}/* ${APC_GUI_DIR}
        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${APC_GUI_DIR}
 
diff -r 28c9904c5d8a -r 38a8b0cbd75a www/apc-gui/PLIST
--- a/www/apc-gui/PLIST Wed Feb 22 01:30:25 2006 +0000
+++ b/www/apc-gui/PLIST Wed Feb 22 07:10:23 2006 +0000
@@ -1,71 +1,72 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:16:15 zuntum Exp $
-share/${PKGBASE}/CHANGES
-share/${PKGBASE}/CREDITS
-share/${PKGBASE}/INSTALL
-share/${PKGBASE}/LICENSE
-share/${PKGBASE}/apc_cache_info.php
-share/${PKGBASE}/apc_functions.php
-share/${PKGBASE}/chart.php
-share/${PKGBASE}/config.php
-share/${PKGBASE}/download.php
-share/${PKGBASE}/empty.php
-share/${PKGBASE}/faq.php
-share/${PKGBASE}/functions.php
-share/${PKGBASE}/hosts.php
-share/${PKGBASE}/index.php
-share/${PKGBASE}/main.php
-share/${PKGBASE}/navi.php
-share/${PKGBASE}/pics/b_del_marked.gif
-share/${PKGBASE}/pics/b_del_this.gif
-share/${PKGBASE}/pics/b_go.gif
-share/${PKGBASE}/pics/b_refresh_data.gif
-share/${PKGBASE}/pics/b_restart.gif
-share/${PKGBASE}/pics/b_scripts_fth.gif
-share/${PKGBASE}/pics/b_view_h_stats.gif
-share/${PKGBASE}/pics/balken.gif
-share/${PKGBASE}/pics/balken.png
-share/${PKGBASE}/pics/btm_greystrip.gif
-share/${PKGBASE}/pics/diagramm_tit.gif
-share/${PKGBASE}/pics/download.gif
-share/${PKGBASE}/pics/download_off.gif
-share/${PKGBASE}/pics/faq.gif
-share/${PKGBASE}/pics/faq_off.gif
-share/${PKGBASE}/pics/header_00.gif
-share/${PKGBASE}/pics/hits2.gif
-share/${PKGBASE}/pics/hosts.gif
-share/${PKGBASE}/pics/kuchen_hg.gif
-share/${PKGBASE}/pics/kuchen_hg.png
-share/${PKGBASE}/pics/last_access.gif
-share/${PKGBASE}/pics/last_modified.gif
-share/${PKGBASE}/pics/orange_space.gif
-share/${PKGBASE}/pics/runtimeset_titel.gif
-share/${PKGBASE}/pics/scriptname.gif
-share/${PKGBASE}/pics/scripts.gif
-share/${PKGBASE}/pics/shim.gif
-share/${PKGBASE}/pics/size.gif
-share/${PKGBASE}/pics/table_l_roundgrey.gif
-share/${PKGBASE}/pics/table_r_roundgrey.gif
-share/${PKGBASE}/pics/table_tit_cacheinfo.gif
-share/${PKGBASE}/pics/table_tit_classes.gif
-share/${PKGBASE}/pics/table_tit_functions.gif
-share/${PKGBASE}/pics/table_tit_genericinfos.gif
-share/${PKGBASE}/pics/table_tit_hitrate.gif
-share/${PKGBASE}/pics/table_tit_hits.gif
-share/${PKGBASE}/pics/table_tit_hits2.gif
-share/${PKGBASE}/pics/table_tit_hosts.gif
-share/${PKGBASE}/pics/table_tit_line.gif
-share/${PKGBASE}/pics/table_tit_memfree.gif
-share/${PKGBASE}/pics/table_tit_memtotal.gif
-share/${PKGBASE}/pics/table_tit_memused.gif
-share/${PKGBASE}/pics/table_tit_misses.gif
-share/${PKGBASE}/pics/table_tit_opcodes.gif
-share/${PKGBASE}/pics/table_tit_prim_opkot.gif
-share/${PKGBASE}/pics/table_tit_sec_opkot.gif
-share/${PKGBASE}/pics/table_tit_status.gif
-share/${PKGBASE}/pics/table_tit_version.gif
-share/${PKGBASE}/pics/ttl.gif
-share/${PKGBASE}/scripts.php
-share/${PKGBASE}/top.php
-share/examples/${PKGBASE}/apc_gui.conf
-@dirrm share/examples/${PKGBASE}
-@dirrm share/${PKGBASE}/pics
+@comment $NetBSD: PLIST,v 1.2 2006/02/22 07:10:23 wiz Exp $
+share/apc-gui/CHANGES
+share/apc-gui/CREDITS
+share/apc-gui/INSTALL
+share/apc-gui/LICENSE
+share/apc-gui/apc_cache_info.php
+share/apc-gui/apc_functions.php
+share/apc-gui/chart.php
+share/apc-gui/config.php
+share/apc-gui/download.php
+share/apc-gui/empty.php
+share/apc-gui/faq.php
+share/apc-gui/functions.php
+share/apc-gui/hosts.php
+share/apc-gui/index.php
+share/apc-gui/main.php
+share/apc-gui/navi.php
+share/apc-gui/pics/b_del_marked.gif
+share/apc-gui/pics/b_del_this.gif
+share/apc-gui/pics/b_go.gif
+share/apc-gui/pics/b_refresh_data.gif
+share/apc-gui/pics/b_restart.gif
+share/apc-gui/pics/b_scripts_fth.gif
+share/apc-gui/pics/b_view_h_stats.gif
+share/apc-gui/pics/balken.gif
+share/apc-gui/pics/balken.png
+share/apc-gui/pics/btm_greystrip.gif
+share/apc-gui/pics/diagramm_tit.gif
+share/apc-gui/pics/download.gif
+share/apc-gui/pics/download_off.gif
+share/apc-gui/pics/faq.gif
+share/apc-gui/pics/faq_off.gif
+share/apc-gui/pics/header_00.gif
+share/apc-gui/pics/hits2.gif
+share/apc-gui/pics/hosts.gif
+share/apc-gui/pics/kuchen_hg.gif
+share/apc-gui/pics/kuchen_hg.png
+share/apc-gui/pics/last_access.gif
+share/apc-gui/pics/last_modified.gif
+share/apc-gui/pics/orange_space.gif
+share/apc-gui/pics/runtimeset_titel.gif
+share/apc-gui/pics/scriptname.gif
+share/apc-gui/pics/scripts.gif
+share/apc-gui/pics/shim.gif
+share/apc-gui/pics/size.gif
+share/apc-gui/pics/table_l_roundgrey.gif
+share/apc-gui/pics/table_r_roundgrey.gif
+share/apc-gui/pics/table_tit_cacheinfo.gif
+share/apc-gui/pics/table_tit_classes.gif
+share/apc-gui/pics/table_tit_functions.gif
+share/apc-gui/pics/table_tit_genericinfos.gif
+share/apc-gui/pics/table_tit_hitrate.gif
+share/apc-gui/pics/table_tit_hits.gif
+share/apc-gui/pics/table_tit_hits2.gif
+share/apc-gui/pics/table_tit_hosts.gif
+share/apc-gui/pics/table_tit_line.gif
+share/apc-gui/pics/table_tit_memfree.gif
+share/apc-gui/pics/table_tit_memtotal.gif
+share/apc-gui/pics/table_tit_memused.gif
+share/apc-gui/pics/table_tit_misses.gif
+share/apc-gui/pics/table_tit_opcodes.gif
+share/apc-gui/pics/table_tit_prim_opkot.gif
+share/apc-gui/pics/table_tit_sec_opkot.gif
+share/apc-gui/pics/table_tit_status.gif
+share/apc-gui/pics/table_tit_version.gif
+share/apc-gui/pics/ttl.gif
+share/apc-gui/scripts.php
+share/apc-gui/top.php
+share/examples/apc-gui/apc_gui.conf
+@dirrm share/examples/apc-gui
+@dirrm share/apc-gui/pics
+@dirrm share/apc-gui



Home | Main Index | Thread Index | Old Index