aboutsummaryrefslogtreecommitdiff
path: root/biology/libgenome/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-02-18 14:09:17 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-02-18 14:09:17 +0000
commit9de6d7d1a07774a946d65d41e4437cc738582a49 (patch)
tree892beb14805d9235e74d685927e40f07a8d068ad /biology/libgenome/Makefile
parentacbd0d2e3fc497d844d34ef9436b8a15588796de (diff)
Notes
Diffstat (limited to 'biology/libgenome/Makefile')
-rw-r--r--biology/libgenome/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/libgenome/Makefile b/biology/libgenome/Makefile
index 2695838321e7..5a7678f9c668 100644
--- a/biology/libgenome/Makefile
+++ b/biology/libgenome/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.libgenome.org/releases/
DISTNAME= libGenome-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+COMMENT= Toolkit for developing bioinformatic related software in C++
USE_REINPLACE= yes
USE_LIBTOOL= yes
@@ -26,7 +27,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/*.css ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/html/*.gif ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/html/*.png ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DOCSDIR}
.endif