diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 09:19:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 09:19:38 +0800 |
commit | 50b64aff89b65529bba16fc155d941df735df3f1 (patch) | |
tree | 16ba37c8800b6a928044cae33f7a6e8ceeba5a71 /graphics/tiff | |
parent | ca4e803f7f4c2ce7ed09c1c14c6b0227bcc0a899 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |