diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-20 08:22:42 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-20 08:22:42 +0000 |
commit | ac0194e1fd7ff3df85b58d3ae5b86f8c86704545 (patch) | |
tree | 1e4f3191295ae8464882bc07cb6e65c4c2644739 /math | |
parent | 272db2fd0a9cfd2eed32a09ca4afe3c8f39781c4 (diff) | |
download | ports-ac0194e1fd7ff3df85b58d3ae5b86f8c86704545.tar.gz ports-ac0194e1fd7ff3df85b58d3ae5b86f8c86704545.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 037a3632e2e4..fd5c1163bf46 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= gnumeric2 +PORTNAME= gnumeric PORTVERSION= 1.4.1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |