pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netatalk1 Avoid automatic handling of RCD_SCRIPTS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4eaf1ae1e053
branches:  trunk
changeset: 534384:4eaf1ae1e053
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Oct 19 03:39:32 2007 +0000

description:
Avoid automatic handling of RCD_SCRIPTS.

Should be fix build problem.

diffstat:

 net/netatalk1/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ed83ad6d7d29 -r 4eaf1ae1e053 net/netatalk1/Makefile
--- a/net/netatalk1/Makefile    Thu Oct 18 23:06:23 2007 +0000
+++ b/net/netatalk1/Makefile    Fri Oct 19 03:39:32 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/08/17 13:57:23 taca Exp $
+# $NetBSD: Makefile,v 1.12 2007/10/19 03:39:32 taca Exp $
 
 DISTNAME=      netatalk-1.6.4a
 PKGREVISION=   3
@@ -20,6 +20,10 @@
 
 RCD_SCRIPTS=   atalkd afpd papd timelord
 
+.for f in ${RCD_SCRIPTS}
+RCD_SCRIPT_SRC.$f=     # avoid automatic handling
+.endfor
+
 BUILD_DEFS+=   VARBASE
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index