diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:51:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:51:49 +0800 |
commit | 7593a64ea15027ab5d4bd6ab0ab1af237c24d840 (patch) | |
tree | feb9e318ac327fb0aa5f221909cd27ecb075b316 /lang | |
parent | 8867605f8ea537e5731111177cc0ce350d5da5de (diff) | |
download | freebsd-ports-gnome-7593a64ea15027ab5d4bd6ab0ab1af237c24d840.tar.gz freebsd-ports-gnome-7593a64ea15027ab5d4bd6ab0ab1af237c24d840.tar.zst freebsd-ports-gnome-7593a64ea15027ab5d4bd6ab0ab1af237c24d840.zip |
Rename PLIST_* to pkg-plist_*.
Diffstat (limited to 'lang')
-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 |