aboutsummaryrefslogtreecommitdiff
path: root/devel/cflow2vcg/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-02 14:43:12 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-02 14:43:12 +0000
commit2a2dff69cb6e1f8c8bf5603f516d3030cfc015f1 (patch)
tree22606ec8f7641ed64a86070ce7d92db776e62052 /devel/cflow2vcg/Makefile
parent00d5caed4502dfc0237b3fad2669ae160da7a4db (diff)
downloadports-2a2dff69cb6e1f8c8bf5603f516d3030cfc015f1.tar.gz
ports-2a2dff69cb6e1f8c8bf5603f516d3030cfc015f1.zip
Notes
Diffstat (limited to 'devel/cflow2vcg/Makefile')
-rw-r--r--devel/cflow2vcg/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/cflow2vcg/Makefile b/devel/cflow2vcg/Makefile
index 6446d3a290e2..0ae202c5bfca 100644
--- a/devel/cflow2vcg/Makefile
+++ b/devel/cflow2vcg/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cflow2vcg
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,9 +20,7 @@ GNU_CONFIGURE= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for ext in cflow html jpg rtf txt vcg
- ${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
-.endfor
+ ${INSTALL_DATA} ${WRKSRC}/doc/cflow* ${DOCSDIR}
.endif
.include <bsd.port.mk>