diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:12:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:12:19 +0000 |
commit | 26c62b9435da2fb9e18c28ea5907886279b674c6 (patch) | |
tree | 7507dafdca383561b13d41691984cd3a1162bfc1 /math/gnumeric/Makefile | |
parent | e6d7bb288bdba8faa8b6bb984e9adcbc7b9e35be (diff) | |
download | ports-26c62b9435da2fb9e18c28ea5907886279b674c6.tar.gz ports-26c62b9435da2fb9e18c28ea5907886279b674c6.zip |
Notes
Diffstat (limited to 'math/gnumeric/Makefile')
-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 cb3500652a3f..6f1537758ce6 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gnumeric -PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTVERSION= 1.0.11 CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnumeric/1.0 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 DIST_SUBDIR= gnome MAINTAINER?= gnome@FreeBSD.org |