diff options
Diffstat (limited to 'textproc/py-xml/Makefile')
-rw-r--r-- | textproc/py-xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index dd26278d77df..a818550815bc 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -24,9 +24,9 @@ PLIST= ${WRKDIR}/PLIST .include <bsd.port.pre.mk> .if ${PYTHON_VERSION} == "python1.5" -PLISTS= ${PKGDIR}/PLIST.${PYTHON_VERSION} +PLISTS= ${PKGDIR}/pkg-plist.${PYTHON_VERSION} .endif -PLISTS+= ${PKGDIR}/PLIST +PLISTS+= ${PKGDIR}/pkg-plist .if !defined(NOPORTDOCS) DOCDIR= share/doc/py-xml |