aboutsummaryrefslogtreecommitdiff
path: root/graphics/potrace
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-18 21:33:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-18 21:33:27 +0000
commitd84e9dd7027a2027e49b153b3436b55fc83806eb (patch)
treee48d5cf2b58c52fcd2b58f4fd1ebc56cfe3e84e9 /graphics/potrace
parent4159f7b55fc1ae740a5238e03d027fe8d18049ea (diff)
downloadports-d84e9dd7027a2027e49b153b3436b55fc83806eb.tar.gz
ports-d84e9dd7027a2027e49b153b3436b55fc83806eb.zip
- Fix doc installation
PR: ports/61548 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
Notes
Notes: svn path=/head/; revision=98500
Diffstat (limited to 'graphics/potrace')
-rw-r--r--graphics/potrace/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile
index d48125d5f0fe..507854cd60ef 100644
--- a/graphics/potrace/Makefile
+++ b/graphics/potrace/Makefile
@@ -7,6 +7,7 @@
PORTNAME= potrace
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://potrace.sourceforge.net/download/
@@ -46,7 +47,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR}/potrace.${doc}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR}
.endfor
.endif