summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 01:19:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 01:19:38 +0000
commitd26d740559ab60d1268fd8b466b04484449c0135 (patch)
tree30db5622fbc6759a14d040617b30420438d2f9fe /graphics/tiff
parentRename PLIST.nowad to pkg-plist.nowad. (diff)
Rename PLIST.nodocs to pkg-plist.nodocs.
Notes
Notes: svn path=/head/; revision=33511
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