diff options
author | gerald <gerald@FreeBSD.org> | 2006-04-24 02:24:46 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-04-24 02:24:46 +0800 |
commit | 37df32f9efffecc63830573a7d7b7fb65a2dbd1b (patch) | |
tree | ab63f29665c09d79fa032d15d0ebbdd47ef3272e /lang/gcc42-withgcjawt | |
parent | acecbb0648e67d5365bd314575bb441a4b6084c6 (diff) | |
download | freebsd-ports-gnome-37df32f9efffecc63830573a7d7b7fb65a2dbd1b.tar.gz freebsd-ports-gnome-37df32f9efffecc63830573a7d7b7fb65a2dbd1b.tar.zst freebsd-ports-gnome-37df32f9efffecc63830573a7d7b7fb65a2dbd1b.zip |
Fix whitespace issues and set the maintainer to maho@FreeBSD.org, as
opposed to me (implicitly via the masterport).
Diffstat (limited to 'lang/gcc42-withgcjawt')
-rw-r--r-- | lang/gcc42-withgcjawt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gcc42-withgcjawt/Makefile b/lang/gcc42-withgcjawt/Makefile index 961e92ee2398..ad41a1019cd0 100644 --- a/lang/gcc42-withgcjawt/Makefile +++ b/lang/gcc42-withgcjawt/Makefile @@ -6,11 +6,13 @@ # $FreeBSD$ # -PKGNAMESUFFIX= -withgcjawt +PKGNAMESUFFIX= -withgcjawt + +MAINTAINER= maho@FreeBSD.org DESCR= ${.CURDIR}/pkg-descr WITH_JAVA_AWT= yes -MASTERDIR= ${.CURDIR}/../../lang/gcc41 +MASTERDIR= ${.CURDIR}/../../lang/gcc41 .include "${MASTERDIR}/Makefile" |