diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-12-18 13:04:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-12-18 13:04:36 +0000 |
commit | 0c46bafcb5320e4c316eb1218e6e3b9ab8357092 (patch) | |
tree | 66182c04bb5dda29f61824f7535333a7ef517dc3 | |
parent | 85d3de38b6b7fd71ace755b3598d45014c2896ab (diff) | |
download | ports-0c46bafcb5320e4c316eb1218e6e3b9ab8357092.tar.gz ports-0c46bafcb5320e4c316eb1218e6e3b9ab8357092.zip |
Notes
-rw-r--r-- | audio/openal/Makefile | 2 | ||||
-rw-r--r-- | databases/gauche-gdbm/Makefile | 2 | ||||
-rw-r--r-- | lang/gauche/Makefile | 2 | ||||
-rw-r--r-- | lang/qscheme/Makefile | 2 | ||||
-rw-r--r-- | sysutils/x86info/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index bf271f2e028e..6fa94146b958 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ http://smluc.org/~erik/\ http://csc.smsu.edu/~greenwald/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org WRKSRC= ${WRKDIR}/${PORTNAME}/linux GNU_CONFIGURE= yes diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile index a0d67cabb43d..7e25f4aa8aad 100644 --- a/databases/gauche-gdbm/Makefile +++ b/databases/gauche-gdbm/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # none PKGNAMEPREFIX= gauche- DISTFILES= # none -MAINTAINER= knu@FreeBSD.org +MAINTAINER= erik@smluc.org BUILD_DEPENDS= gosh:${PORTSDIR}/${GAUCHE_PORT} \ ${NONEXISTENT}:${PORTSDIR}/${GAUCHE_PORT}:configure diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 811c55a6bee9..dbb8003b6a92 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Gauche-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= knu@FreeBSD.org +MAINTAINER= erik@smluc.org # Choices are: "pthreads" and "no", but it seems that FreeBSD does not # yet fully support threads with Boehm GC. diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index 21b372105a8c..ba9ed501e339 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.5.1 CATEGORIES= lang MASTER_SITES= http://www.sof.ch/dan/qscheme/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\ ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre diff --git a/sysutils/x86info/Makefile b/sysutils/x86info/Makefile index 5c475f1a33ac..5bdf106a5a76 100644 --- a/sysutils/x86info/Makefile +++ b/sysutils/x86info/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.codemonkey.org.uk/x86info/ \ MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erik@smluc.org ONLY_FOR_ARCHS= i386 USE_REINPLACE= yes |