pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/screws * Fixed EGDIR, installation of sample confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8438182ab09
branches:  trunk
changeset: 536994:c8438182ab09
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 31 07:05:00 2007 +0000

description:
* Fixed EGDIR, installation of sample config files works again.
* Using VARBASE.
* This package does not have share/doc/screws/examples.

Bump PKGREVISION.

diffstat:

 www/screws/Makefile |  8 +++++---
 www/screws/PLIST    |  3 +--
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 2664dcd9049d -r c8438182ab09 www/screws/Makefile
--- a/www/screws/Makefile       Mon Dec 31 06:53:32 2007 +0000
+++ b/www/screws/Makefile       Mon Dec 31 07:05:00 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2007/07/04 20:55:05 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2007/12/31 07:05:00 obache Exp $
 #
 
 DISTNAME=      screws-0.56
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    www
 MASTER_SITES=  ftp://ftp.nopcode.org/prj/screws/
 
@@ -21,7 +21,7 @@
 MAKE_ENV+=     ETCPREFIX=${PKG_SYSCONFDIR:Q}
 MAKE_ENV+=     PERL=${PERL5:Q}
 
-EGDIR=         ${PREFIX}/share/examples
+EGDIR=         ${PREFIX}/share/examples/screws
 CONF_FILES=    ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/screws.conf
 
 RCD_SCRIPTS=           screws
@@ -38,6 +38,8 @@
 SUBST_FILES.man=       Makefile
 SUBST_SED.man=         -e 's,PREFIX}/man,PREFIX}/${PKGMANDIR},g'
 
+BUILD_DEFS+=           VARBASE
+
 # The HSML files do not really contain a script interpreter, only
 # something very similar.
 CHECK_INTERPRETER_SKIP+=       *.hsml
diff -r 2664dcd9049d -r c8438182ab09 www/screws/PLIST
--- a/www/screws/PLIST  Mon Dec 31 06:53:32 2007 +0000
+++ b/www/screws/PLIST  Mon Dec 31 07:05:00 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2005/05/02 20:34:07 reed Exp $
+@comment $NetBSD: PLIST,v 1.7 2007/12/31 07:05:00 obache Exp $
 bin/hsml
 lib/screws/BasicExec.so
 lib/screws/CleanLog.so
@@ -91,7 +91,6 @@
 @dirrm share/screws/hsml-inc
 @dirrm share/screws
 @dirrm share/examples/screws
-@dirrm share/doc/screws/examples
 @dirrm share/doc/screws
 @dirrm libexec/screws/sh
 @dirrm libexec/screws/perl/htdocs/example.xslt



Home | Main Index | Thread Index | Old Index