summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:13:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:13:14 +0000
commitdb0f44e08bd8ee18927e432c61e4578b111f3753 (patch)
treeff55f438862e1c3966936e6b6bf679b3a5bc3bfb
parentRename PLIST.<LANG> to pkg-plist.<lang>. (diff)
Rename PLIST.python1.5 to pkg-plist.python1.5.
Notes
Notes: svn path=/head/; revision=33549
-rw-r--r--textproc/py-xml/Makefile4
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