diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 16:07:33 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-12-08 16:07:33 +0000 |
commit | 323dfa7d832554640a8cc57ead21d147860a350e (patch) | |
tree | e44fdabeeb38e43656c9288e2ac1cb3280083601 /graphics/tiff | |
parent | c97b7ca2fc9227cc0fe969460cdb82e50aa60104 (diff) |
Notes
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 2 | ||||
-rw-r--r-- | graphics/tiff/pkg-plist | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index a89100bcc30e..b8c25d4eac7b 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= tiff PORTVERSION= 4.0.7 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://download.osgeo.org/libtiff/ @@ -108,7 +109,6 @@ pre-configure: -e 's|man html|man|' ${WRKSRC}/Makefile.in post-install: - ${LN} -s libtiff.so.5 ${STAGEDIR}${PREFIX}/lib/libtiff.so.4 ( cd ${STAGEDIR}${PREFIX}/man/man3 && ${__pmlinks3} ) .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/images ${STAGEDIR}${DOCSDIR}/man diff --git a/graphics/tiff/pkg-plist b/graphics/tiff/pkg-plist index 66e4d8b2dabf..a7a2502cd07a 100644 --- a/graphics/tiff/pkg-plist +++ b/graphics/tiff/pkg-plist @@ -23,7 +23,6 @@ include/tiffio.hxx include/tiffvers.h lib/libtiff.a lib/libtiff.so -lib/libtiff.so.4 lib/libtiff.so.5 lib/libtiff.so.5.2.5 lib/libtiffxx.a |