diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-29 01:33:13 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-08-29 01:33:13 +0000 |
commit | 87275f10ba59dbe32b71b15099b636b5f9995b5e (patch) | |
tree | c117fd931ed36625cb69731289849802a2f471d8 | |
parent | Fix build with LDAP library. (diff) |
Update to version 1.35
PR: 42037
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=65202
-rw-r--r-- | graphics/gifsicle/Makefile | 6 | ||||
-rw-r--r-- | graphics/gifsicle/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index e5d0dd9599d9..1bef06324ca2 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gifsicle -PORTVERSION= 1.30 +PORTVERSION= 1.35 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -32,8 +32,8 @@ PLIST_SUB= X11='' post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gifsicle - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle + @${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo index 807859406d80..9b0940d074fd 100644 --- a/graphics/gifsicle/distinfo +++ b/graphics/gifsicle/distinfo @@ -1 +1 @@ -MD5 (gifsicle-1.30.tar.gz) = 1470eb221cbda90c7bcecb9f020e4a04 +MD5 (gifsicle-1.35.tar.gz) = 0f1166892f9b9172f66e916d2e80c27b |