diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-31 00:14:40 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-31 00:14:40 +0000 |
commit | 7137abb73ce13e7e3e31133f528935d62fae2ff4 (patch) | |
tree | c8dc1fa04156d46dd57f51e3bcf06102080072ab /graphics/netpbm/Makefile | |
parent | graphics/gexiv2: update to 0.12.0 (diff) |
graphics/netpbm: Update to 10.86.00
Changes: https://gitlab.com/tobiask/netpbm/raw/v10.86.00/doc/HISTORY
Notes
Notes:
svn path=/head/; revision=497372
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index d58fcf87c68e..3872b1295a71 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= netpbm -DISTVERSION= 10.85.04 +DISTVERSION= 10.86.00 CATEGORIES= graphics MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ \ - https://gitlab.com/tobiask/netpbm/uploads/fcb7f739c80416c8b3a05dba6626455e/ \ + https://gitlab.com/tobiask/netpbm/uploads/c2d67729e8d30de4b290a34b781f1d55/ \ LOCAL/tobik MAINTAINER= tobik@FreeBSD.org @@ -109,6 +109,8 @@ post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/manweb ${INSTALL_DATA} ${WRKSRC}/lib/util/pm_c_util.h ${WRKSRC}/pm_config.h \ ${STAGEDIR}${PREFIX}/include/netpbm + ${MV} ${STAGEDIR}${PREFIX}/staticlink/libnetpbm.a ${STAGEDIR}${PREFIX}/lib + ${RMDIR} ${STAGEDIR}${PREFIX}/sharedlink ${STAGEDIR}${PREFIX}/staticlink post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${PREFIX}/man/man1 |