pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libprelude Replaced GENERATE_PLIST with PLIST...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad289702385d
branches:  trunk
changeset: 518105:ad289702385d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Aug 31 18:02:41 2006 +0000

description:
Replaced GENERATE_PLIST with PLIST_SRC, as suggested by wiz.

diffstat:

 security/libprelude/Makefile   |  4 ++--
 security/libprelude/options.mk |  8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r f9b712380c17 -r ad289702385d security/libprelude/Makefile
--- a/security/libprelude/Makefile      Thu Aug 31 17:26:42 2006 +0000
+++ b/security/libprelude/Makefile      Thu Aug 31 18:02:41 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/08/31 13:11:23 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2006/08/31 18:02:41 rillig Exp $
 #
 DISTNAME=              libprelude-0.9.10.1
 PKGREVISION=           1
@@ -21,7 +21,7 @@
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            make bison gawk
+USE_TOOLS+=            chown make bison gawk
 PKG_SYSCONFSUBDIR=     prelude
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
diff -r f9b712380c17 -r ad289702385d security/libprelude/options.mk
--- a/security/libprelude/options.mk    Thu Aug 31 17:26:42 2006 +0000
+++ b/security/libprelude/options.mk    Thu Aug 31 18:02:41 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2006/08/31 13:04:54 rillig Exp $
+# $NetBSD: options.mk,v 1.7 2006/08/31 18:02:41 rillig Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libprelude
 PKG_SUPPORTED_OPTIONS= perl python
@@ -11,10 +11,12 @@
 ###       python is needed for prewikka
 ###
 
+PLIST_SRC=             ${PKGDIR}/PLIST
+
 .if !empty(PKG_OPTIONS:Mperl)
 CONFIGURE_ARGS+=       --with-perl=${PERL5:Q}
 USE_TOOLS+=            perl:run
-GENERATE_PLIST+=       cat ${PKGDIR}/PLIST.perl;
+PLIST_SRC+=            ${PKGDIR}/PLIST.perl
 .include "../../lang/perl5/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --with-perl=no
@@ -23,7 +25,7 @@
 CONFIGURE_ARGS+=       --with-python
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
 PY_PATCHPLIST=         yes
-GENERATE_PLIST+=       cat ${PKGDIR}/PLIST.py;
+PLIST_SRC+=            ${PKGDIR}/PLIST.py
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .else



Home | Main Index | Thread Index | Old Index