diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-04 06:52:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-04 06:52:19 +0000 |
commit | 954b32d73fcdf152b32d8d4651f764889004a6a1 (patch) | |
tree | 5acc2ccd3d0cc8a2160030a97f94f0209a858a77 /graphics/tiff | |
parent | - remove broken MANPREFIX (diff) |
- remove broken MANPREFIX
- update LICENSE
Notes
Notes:
svn path=/head/; revision=346995
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 58895ffe5a7b..5c8f73047a8e 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ @@ -104,7 +104,7 @@ pre-configure: -e 's|man html|man|' ${WRKSRC}/Makefile.in post-install: - ( cd ${STAGEDIR}${MANPREFIX}/man/man3 && ${__pmlinks3} ) + ( cd ${STAGEDIR}${PREFIX}/man/man3 && ${__pmlinks3} ) .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/images ${STAGEDIR}${DOCSDIR}/man ${INSTALL_DATA} ${WRKSRC}/html/*.html ${STAGEDIR}${DOCSDIR}/ |