aboutsummaryrefslogtreecommitdiff
path: root/math/convertall/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-27 07:01:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-27 07:01:16 +0000
commitc6561f9e15b6197009b619785f82f2778b2cbdd3 (patch)
treebc2d45d35b98931295df111f60e968668444c49c /math/convertall/Makefile
parent4d14be4216f7c8e0de4d2257866da6418527c233 (diff)
downloadports-c6561f9e15b6197009b619785f82f2778b2cbdd3.tar.gz
ports-c6561f9e15b6197009b619785f82f2778b2cbdd3.zip
- Update to 0.4.1
PR: 121088 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=207979
Diffstat (limited to 'math/convertall/Makefile')
-rw-r--r--math/convertall/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile
index a5d6062e5c35..79782ffdaa93 100644
--- a/math/convertall/Makefile
+++ b/math/convertall/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= convertall
-PORTVERSION= 0.4.0
+PORTVERSION= 0.4.1
CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_BERLIOS}
-MASTER_SITE_SUBDIR= convertall
+MASTER_SITES= BERLIOS
MAINTAINER= ports@FreeBSD.org
COMMENT= Another unit converter
@@ -37,7 +36,8 @@ do-install:
@${CHMOD} ${BINMODE} ${PYTHON_SITELIBDIR}/convertall/convertall.py
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/convertall
@${MKDIR} ${PREFIX}/share/icons
- ${INSTALL_DATA} ${WRKSRC}/icons/*.png ${PREFIX}/share/icons
+ ${INSTALL_DATA} ${WRKSRC}/icons/convertall.svg ${PREFIX}/share/icons
+ ${INSTALL_DATA} ${WRKSRC}/icons/convertall_*.png ${PREFIX}/share/icons
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/data/*.dat ${DATADIR}
.if !defined(NOPORTDOCS)