diff options
-rw-r--r-- | lang/python-doc-html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 6f09b66dc9a9..80ae6958dd8a 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.org DIST_SUBDIR= python NO_BUILD= yes -PLIST= ${PKGDIR}/PLIST_${DOCFORMAT} +PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT} DOCDIR= ${PREFIX}/share/doc/python |