diff options
author | beech <beech@FreeBSD.org> | 2007-07-05 15:21:24 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-07-05 15:21:24 +0800 |
commit | db275e36a385d0ba90b499675672240808e20c93 (patch) | |
tree | 136de5b562c25e86cf58d6cabc2c97571316d612 /devel/alabastra | |
parent | b67b8c12d35ef7a636ca500c99622fdad82c08f8 (diff) | |
download | freebsd-ports-gnome-db275e36a385d0ba90b499675672240808e20c93.tar.gz freebsd-ports-gnome-db275e36a385d0ba90b499675672240808e20c93.tar.zst freebsd-ports-gnome-db275e36a385d0ba90b499675672240808e20c93.zip |
- Change maintainer address
- Cleanup master_sites
Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by: sat (mentor)
Diffstat (limited to 'devel/alabastra')
-rw-r--r-- | devel/alabastra/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/alabastra/Makefile b/devel/alabastra/Makefile index b9e93fdce5a4..3034398ddacf 100644 --- a/devel/alabastra/Makefile +++ b/devel/alabastra/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: alabastra # Date created: 20 Jun 2007 -# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn> +# Whom: Yinghong Liu <relaxbsd@gmail.com> # # $FreeBSD$ @@ -9,12 +9,11 @@ PORTVERSION= 0.2b PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF -MASTER_SITE_SUBDIR=${PORTNAME} DISTNAME= Alabastra-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= liu_yinghong@yahoo.com.cn -COMMENT= C++ Editor writed with QT4 +MAINTAINER= relaxbsd@gmail.com +COMMENT= C++ Editor writen with QT4 USE_QT_VER= 4 QT_COMPONENTS= qmake moc gui xml uic rcc |