diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-16 17:49:08 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-16 17:49:08 +0000 |
commit | eded9f5000cafc8b7c194450c5f8e4a109bb8887 (patch) | |
tree | 0b515823c49d23328275698ed7a0042c054f256d | |
parent | ab7dad0611f0cd275e395e916af2b7dd8b48ee5d (diff) | |
download | ports-eded9f5000cafc8b7c194450c5f8e4a109bb8887.tar.gz ports-eded9f5000cafc8b7c194450c5f8e4a109bb8887.zip |
Notes
-rw-r--r-- | graphics/potrace/Makefile | 12 | ||||
-rw-r--r-- | graphics/potrace/distinfo | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index 89a576094e3c..d48125d5f0fe 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= potrace -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= graphics MASTER_SITES= http://potrace.sourceforge.net/download/ @@ -31,6 +31,8 @@ CONFIGURE_ARGS+= --disable-compress CONFIGURE_ARGS+= --enable-metric .endif +PORTDOCS= potrace.ps potrace.pdf + pre-everything:: @${ECHO} "" @${ECHO} "You may define the following build options:" @@ -40,4 +42,12 @@ pre-everything:: @${ECHO} " A4 Enable use of A4 as the default papersize" @${ECHO} "" +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR}/potrace.${doc} +.endfor +.endif + .include <bsd.port.mk> diff --git a/graphics/potrace/distinfo b/graphics/potrace/distinfo index 698138c22fcf..b32246bd0416 100644 --- a/graphics/potrace/distinfo +++ b/graphics/potrace/distinfo @@ -1 +1 @@ -MD5 (potrace-1.2.tar.gz) = 8da9dc246770bae832610699beb27ec0 +MD5 (potrace-1.3.tar.gz) = 726f1e063d3a131504aaf80e653ee053 |