diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-20 16:22:42 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-20 16:22:42 +0800 |
commit | 695018bec499cee188e5465f84633a22e4a03408 (patch) | |
tree | b80f503e62583001af7990fae95a488c1ab4c3d7 /math/gnumeric | |
parent | 4470e8e526037ea2cb16e22792609cc895689b55 (diff) | |
download | freebsd-ports-gnome-695018bec499cee188e5465f84633a22e4a03408.tar.gz freebsd-ports-gnome-695018bec499cee188e5465f84633a22e4a03408.tar.zst freebsd-ports-gnome-695018bec499cee188e5465f84633a22e4a03408.zip |
- Change forgotten PORTSNAME from gnumeric2 to gnumeric from
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 |