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/Makefile | |
parent | 122b98609efbbf0ed8ded02a747bb0b44c372353 (diff) |
Notes
Diffstat (limited to 'graphics/gifsicle/Makefile')
-rw-r--r-- | graphics/gifsicle/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |