diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 18:40:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 18:40:09 +0000 |
commit | 2efb4fc3918fa798f2564103d450abd794d076f2 (patch) | |
tree | bd2b526b6c00179309378c9486b1217839b0ffcd /graphics/gifsicle | |
parent | 58c4669e2515712911051693ac4189dce6a884b8 (diff) | |
download | ports-2efb4fc3918fa798f2564103d450abd794d076f2.tar.gz ports-2efb4fc3918fa798f2564103d450abd794d076f2.zip |
Notes
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 3 | ||||
-rw-r--r-- | graphics/gifsicle/distinfo | 2 | ||||
-rw-r--r-- | graphics/gifsicle/pkg-plist | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 72993aa783c1..2d2a5c6b35b5 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gifsicle -PORTVERSION= 1.35 +PORTVERSION= 1.40 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -14,6 +14,7 @@ MAINTAINER= bradh@uunet.co.za COMMENT= Manipulates GIF images and animations GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gifdiff.1 gifsicle.1 diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo index 9b0940d074fd..9320ee82bd0a 100644 --- a/graphics/gifsicle/distinfo +++ b/graphics/gifsicle/distinfo @@ -1 +1 @@ -MD5 (gifsicle-1.35.tar.gz) = 0f1166892f9b9172f66e916d2e80c27b +MD5 (gifsicle-1.40.tar.gz) = 2503cecaf678d17244dba965ce2a544b diff --git a/graphics/gifsicle/pkg-plist b/graphics/gifsicle/pkg-plist index 81e521377da8..47335148c4f4 100644 --- a/graphics/gifsicle/pkg-plist +++ b/graphics/gifsicle/pkg-plist @@ -1,5 +1,5 @@ bin/gifdiff bin/gifsicle %%X11%%bin/gifview -%%PORTDOCS%%share/doc/gifsicle/README -%%PORTDOCS%%@dirrm share/doc/gifsicle +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |