diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:19:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:19:38 +0000 |
commit | d26d740559ab60d1268fd8b466b04484449c0135 (patch) | |
tree | 30db5622fbc6759a14d040617b30420438d2f9fe /graphics/tiff/Makefile | |
parent | d556be5560868583344d40f5401fa2b9de35e801 (diff) | |
download | ports-d26d740559ab60d1268fd8b466b04484449c0135.tar.gz ports-d26d740559ab60d1268fd8b466b04484449c0135.zip |
Notes
Diffstat (limited to 'graphics/tiff/Makefile')
-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 |