diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:51:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:51:49 +0000 |
commit | 4d93aca692230d23d84799d27e62741aa49d11df (patch) | |
tree | 3adec49a9062d6e147bcf5680b1fff2d3b99793f /lang/python-doc-html/Makefile | |
parent | Rename PLIST.with_patented to pkg-plist.with_patented. (diff) |
Rename PLIST_* to pkg-plist_*.
Diffstat (limited to '')
-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 |