pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/screws Don't set FILESDIR, but specify the directo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d5d26469585
branches:  trunk
changeset: 530592:4d5d26469585
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 02 09:44:39 2007 +0000

description:
Don't set FILESDIR, but specify the directory for the RC script
directly. This avoids a file without CVS ID in +BUILD_VERSION.

diffstat:

 www/screws/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 1a27db84f729 -r 4d5d26469585 www/screws/Makefile
--- a/www/screws/Makefile       Mon Jul 02 09:43:13 2007 +0000
+++ b/www/screws/Makefile       Mon Jul 02 09:44:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/11/03 21:29:45 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2007/07/02 09:44:39 joerg Exp $
 #
 
 DISTNAME=      screws-0.56
@@ -22,9 +22,9 @@
 
 EGDIR=         ${PREFIX}/share/examples
 CONF_FILES=    ${EGDIR}/default.conf ${PKG_SYSCONFDIR}/screws.conf
-FILESDIR=      ${WRKSRC}/src/Utils/files
 
-RCD_SCRIPTS=   screws
+RCD_SCRIPTS=           screws
+RCD_SCRIPT_SRC.screws= ${WRKSRC}/src/Utils/files/screws.sh
 
 SUBST_CLASSES+=                paths
 SUBST_MESSAGE.paths=   Fixing paths.



Home | Main Index | Thread Index | Old Index