pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-prewikka Replace hard-coded PKGNAME with t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a38420c802e8
branches:  trunk
changeset: 522043:a38420c802e8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 01 10:55:30 2006 +0000

description:
Replace hard-coded PKGNAME with the variable for the sake of
Python != 2.4.

diffstat:

 security/py-prewikka/PLIST |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3c0459deecde -r a38420c802e8 security/py-prewikka/PLIST
--- a/security/py-prewikka/PLIST        Fri Dec 01 10:55:24 2006 +0000
+++ b/security/py-prewikka/PLIST        Fri Dec 01 10:55:30 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2006/11/24 11:45:30 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/12/01 10:55:30 joerg Exp $
 ${PYSITELIB}/prewikka/Auth.py
 ${PYSITELIB}/prewikka/Auth.pyc
 ${PYSITELIB}/prewikka/Auth.pyo
@@ -169,7 +169,7 @@
 ${PYSITELIB}/prewikka/views/usermanagement.pyo
 bin/prewikka-httpd
 sbin/runPrewikka
-share/examples/py24-prewikka/prewikka.conf
+share/examples/${PKGBASE}/prewikka.conf
 share/examples/rc.d/prewikka
 share/prewikka/cgi-bin/prewikka.cgi
 share/prewikka/database/mysql-update-0.9.1.sql
@@ -198,7 +198,7 @@
 @dirrm ${PYSITELIB}/prewikka/templates
 @dirrm ${PYSITELIB}/prewikka/views
 @dirrm ${PYSITELIB}/prewikka
-@dirrm share/examples/py24-prewikka
+@dirrm share/examples/${PKGBASE}
 @dirrm share/prewikka/cgi-bin
 @dirrm share/prewikka/database
 @dirrm share/prewikka/htdocs/css



Home | Main Index | Thread Index | Old Index