diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-07 17:34:38 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-07 17:34:38 +0000 |
commit | 27f34ac59010de1910d70568a16e635b667d80d7 (patch) | |
tree | 95b12305eba3ed2cde5d43fa68f71b6fbfbd8e09 /lang/gnustep-objc | |
parent | c308091af1bdaa1bbec92d4e493418e27f34fa63 (diff) | |
download | FreeBSD-ports-27f34ac59010de1910d70568a16e635b667d80d7.zip FreeBSD-ports-27f34ac59010de1910d70568a16e635b667d80d7.tar.gz |
- Take Maintainership
- use defined dirs consistently in each makefile
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 253663c..9bd1324 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2.2 CATEGORIES= lang devel MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${SYSTEMDIR}/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make \ ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall |