diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-01 10:55:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-01 10:55:30 +0000 |
commit | f7f714eb37a621f82741fbc32b0c85c77d01af27 (patch) | |
tree | 73dd38049609f3a181ceb50f74eb02a12d27bdff /security | |
parent | cdfb109833a9ae76467e53dfd719dcc94ea7719e (diff) | |
download | pkgsrc-f7f714eb37a621f82741fbc32b0c85c77d01af27.tar.gz |
Replace hard-coded PKGNAME with the variable for the sake of
Python != 2.4.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-prewikka/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-prewikka/PLIST b/security/py-prewikka/PLIST index 7f35d211060..b8c7238710b 100644 --- a/security/py-prewikka/PLIST +++ b/security/py-prewikka/PLIST @@ -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.pyc ${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 @@ share/prewikka/htdocs/js/functions.js @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 |