diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:51:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:51:37 +0000 |
commit | f77e73f0cb7f2f0f39d0b176502ed8bc1c12ba79 (patch) | |
tree | 74fc4b616b02db20e2f945fe838c65d9af4bcb20 /graphics/gifsicle | |
parent | 122b98609efbbf0ed8ded02a747bb0b44c372353 (diff) | |
download | ports-f77e73f0cb7f2f0f39d0b176502ed8bc1c12ba79.tar.gz ports-f77e73f0cb7f2f0f39d0b176502ed8bc1c12ba79.zip |
Notes
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 4 | ||||
-rw-r--r-- | graphics/gifsicle/distinfo | 2 | ||||
-rw-r--r-- | graphics/gifsicle/pkg-plist | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 22837c216183..3322ea3f6c6c 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gifsicle -PORTVERSION= 1.23 +PORTVERSION= 1.25 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --enable-ungif post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/gifsicle + @${MKDIR} ${PREFIX}/share/doc/gifsicle ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle .endif diff --git a/graphics/gifsicle/distinfo b/graphics/gifsicle/distinfo index a67e1e75d509..c358322a0ebc 100644 --- a/graphics/gifsicle/distinfo +++ b/graphics/gifsicle/distinfo @@ -1 +1 @@ -MD5 (gifsicle-1.23.tar.gz) = 9196038c5f42e7594d62d52cf67c7724 +MD5 (gifsicle-1.25.tar.gz) = 945f38b108846ed4c5c03198db15b76f diff --git a/graphics/gifsicle/pkg-plist b/graphics/gifsicle/pkg-plist index c522ba06acbd..61884a4fd371 100644 --- a/graphics/gifsicle/pkg-plist +++ b/graphics/gifsicle/pkg-plist @@ -1,5 +1,5 @@ bin/gifdiff bin/gifsicle bin/gifview -share/doc/gifsicle/README -@dirrm share/doc/gifsicle +%%PORTDOCS%%share/doc/gifsicle/README +%%PORTDOCS%%@dirrm share/doc/gifsicle |