diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 01:53:09 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 01:53:09 +0000 |
commit | e852692922f2171a8ae932972a097c87e99123de (patch) | |
tree | 2a1faac8a119eb47a6bc4ed789769fac747a8576 /math/xspread/Makefile | |
parent | Add dependency on devel/p5-Attribute-Handlers (diff) |
Switch over to MASTER_SITE_DEBIAN.
Also convert COMMENT while I'm here.
List of candidate ports from
PR: 47881
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes:
svn path=/head/; revision=75426
Diffstat (limited to 'math/xspread/Makefile')
-rw-r--r-- | math/xspread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/xspread/Makefile b/math/xspread/Makefile index 43a3c81541a5..d5fad92788fb 100644 --- a/math/xspread/Makefile +++ b/math/xspread/Makefile @@ -8,10 +8,12 @@ PORTNAME= xspread PORTVERSION= 3.1.1c CATEGORIES= math -MASTER_SITES= http://ftp.debian.org/debian/dists/potato/main/source/math/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= dists/potato/main/source/math DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org +COMMENT= A spreadsheet program for X and terminals WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig |