aboutsummaryrefslogtreecommitdiff
path: root/graphics/gifsicle
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-06-15 08:35:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-06-15 08:35:09 +0000
commit01d334042590bfb9af5ba34d37fff55c5a7ce275 (patch)
tree0253b257b48f6ead23dc57592192340e38e9d679 /graphics/gifsicle
parentedad8594738d2e3721c426635c8e85e299689e57 (diff)
downloadports-01d334042590bfb9af5ba34d37fff55c5a7ce275.tar.gz
ports-01d334042590bfb9af5ba34d37fff55c5a7ce275.zip
Notes
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r--graphics/gifsicle/Makefile10
-rw-r--r--graphics/gifsicle/distinfo4
-rw-r--r--graphics/gifsicle/pkg-plist3
3 files changed, 8 insertions, 9 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile
index 7ccd7d485d40..adde4c9038f5 100644
--- a/graphics/gifsicle/Makefile
+++ b/graphics/gifsicle/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gifsicle
-PORTVERSION= 1.71
+PORTVERSION= 1.83
CATEGORIES= graphics
MASTER_SITES= http://www.lcdf.org/gifsicle/
@@ -13,8 +13,6 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
-MAN1= gifdiff.1 gifsicle.1
-
PORTDOCS= NEWS README.md
OPTIONS_DEFINE= X11
@@ -22,20 +20,18 @@ OPTIONS_DEFAULT=X11
OPTIONS_SUB= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MX11}
CONFIGURE_ARGS+= --without-x --disable-gifview
.else
USE_XORG= x11
-MAN1+= gifview.1
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo
index d484a0feb063..e9e75e28ba28 100644
--- a/graphics/gifsicle/distinfo
+++ b/graphics/gifsicle/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gifsicle-1.71.tar.gz) = bdda2a444c317743ec9457371b027ddaf1dc37f1521ce90c9db2466f7532c0f0
-SIZE (gifsicle-1.71.tar.gz) = 263029
+SHA256 (gifsicle-1.83.tar.gz) = bf9e94b186dec957d93db1292f4b021a5f5e4c835f412988cd063279bd450eeb
+SIZE (gifsicle-1.83.tar.gz) = 562494
diff --git a/graphics/gifsicle/pkg-plist b/graphics/gifsicle/pkg-plist
index 8534e45c90c8..e346765c7096 100644
--- a/graphics/gifsicle/pkg-plist
+++ b/graphics/gifsicle/pkg-plist
@@ -1,3 +1,6 @@
bin/gifdiff
bin/gifsicle
+man/man1/gifdiff.1.gz
+man/man1/gifsicle.1.gz
%%X11%%bin/gifview
+%%X11%%man/man1/gifview.1.gz