diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 14:13:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 14:13:14 +0800 |
commit | 3eec312f8c0e92ecb04be0374fa82db8ba11cfb1 (patch) | |
tree | f9bbc8506da9f1b6d3187b6c2d9e0c8a6eb095c3 /textproc | |
parent | 8493b0596b3cffa92f15d8f241a25f8208f3ded3 (diff) | |
download | freebsd-ports-gnome-3eec312f8c0e92ecb04be0374fa82db8ba11cfb1.tar.gz freebsd-ports-gnome-3eec312f8c0e92ecb04be0374fa82db8ba11cfb1.tar.zst freebsd-ports-gnome-3eec312f8c0e92ecb04be0374fa82db8ba11cfb1.zip |
Rename PLIST.python1.5 to pkg-plist.python1.5.
Diffstat (limited to 'textproc')
-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 |