aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tiff
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 09:19:38 +0800
committerasami <asami@FreeBSD.org>2000-10-08 09:19:38 +0800
commit50b64aff89b65529bba16fc155d941df735df3f1 (patch)
tree16ba37c8800b6a928044cae33f7a6e8ceeba5a71 /graphics/tiff
parentca4e803f7f4c2ce7ed09c1c14c6b0227bcc0a899 (diff)
downloadfreebsd-ports-gnome-50b64aff89b65529bba16fc155d941df735df3f1.tar.gz
freebsd-ports-gnome-50b64aff89b65529bba16fc155d941df735df3f1.tar.zst
freebsd-ports-gnome-50b64aff89b65529bba16fc155d941df735df3f1.zip
Rename PLIST.nodocs to pkg-plist.nodocs.
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 7aac85ba0c8c..2a9c47d754b7 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -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