1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Rename PLIST.nodocs to pkg-plist.nodocs.

This commit is contained in:
Satoshi Asami 2000-10-08 01:19:38 +00:00
parent d556be5560
commit d26d740559
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33511

View File

@ -34,7 +34,7 @@ CONFIGURE_ARGS= --with-ZIP --with-JPEG \
--noninteractive
.if defined(NOPORTDOCS)
PLIST= ${PKGDIR}/PLIST.nodocs
PLIST= ${PKGDIR}/pkg-plist.nodocs
.else
CONFIGURE_ARGS+= --with-HTML --with-DIR_HTML=${PREFIX}/share/doc/tiff
.endif