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/gnumeric | |
parent | - update to 0.05 (diff) |
- Change forgotten PORTSNAME from gnumeric2 to gnumeric from
Notes
Notes:
svn path=/head/; revision=124558
Diffstat (limited to 'math/gnumeric')
-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 |