diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-07-30 12:08:29 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-07-30 12:08:29 +0000 |
commit | a06139a13c13ba879411bc8c3ae234039d033a8e (patch) | |
tree | 93ed45edf511af6768b2cecb29b3fcf1121d7e83 /x11-toolkits | |
parent | 88ed53454667d7e597fe93f80702661c11e958df (diff) | |
download | ports-a06139a13c13ba879411bc8c3ae234039d033a8e.tar.gz ports-a06139a13c13ba879411bc8c3ae234039d033a8e.zip |
- Back to the ports@ I've no used it anymore.
Notes
Notes:
svn path=/head/; revision=258499
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fxscintilla/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/ruby-fox12/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fxscintilla/Makefile b/x11-toolkits/fxscintilla/Makefile index 5d62683a3dea..caaa2d88c538 100644 --- a/x11-toolkits/fxscintilla/Makefile +++ b/x11-toolkits/fxscintilla/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Fox toolkit reimplementation of Scintilla editing widget USE_AUTOTOOLS= libtool:22 diff --git a/x11-toolkits/ruby-fox12/Makefile b/x11-toolkits/ruby-fox12/Makefile index becdb6cf4f2f..a48b59cee3d5 100644 --- a/x11-toolkits/ruby-fox12/Makefile +++ b/x11-toolkits/ruby-fox12/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= FXRuby-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby extension module to use FOX 1.2, aka FXRuby LIB_DEPENDS= FOX-1.2:${PORTSDIR}/x11-toolkits/fox12 \ |