diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-08 05:27:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-11-08 05:27:16 +0000 |
commit | b6dd3872fdf799c9a4c545850b5cb07074e9d530 (patch) | |
tree | a23b74ab9108f98586fde0669ee52110e06de6a1 /x11 | |
parent | Change maintainer to david@bushong.net, and use PORTCOMMENT. (diff) |
Make xalf fetchable again.
PR: 45128
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=69717
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xalf/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/xalf/Makefile b/x11/xalf/Makefile index 363fd2929d5c..762d6ebbe319 100644 --- a/x11/xalf/Makefile +++ b/x11/xalf/Makefile @@ -9,12 +9,9 @@ PORTNAME= xalf PORTVERSION= 0.12 PORTREVISION= 1 CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} \ - http://www.lysator.liu.se/~astrand/projects/xalf/ \ - http://www.lysator.liu.se/~astrand/projects/xalf/old/ +MASTER_SITES= http://www.lysator.liu.se/~astrand/projects/xalf/ MASTER_SITE_SUBDIR= sources/xalf/0.12 EXTRACT_SUFX= .tgz -#DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org |