diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-05-17 11:18:29 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-05-17 11:18:29 +0000 |
commit | 55002105cc64b2663ebb3a4abd80b71feed38cb2 (patch) | |
tree | f2cf494677a57cd973504a381e6e0ff241b3964f /comms/sredird/Makefile | |
parent | 884142f52a3aafc537150996ae588f899f5543a5 (diff) | |
download | FreeBSD-ports-55002105cc64b2663ebb3a4abd80b71feed38cb2.zip FreeBSD-ports-55002105cc64b2663ebb3a4abd80b71feed38cb2.tar.gz |
's|sobomax@altavista.net|sobomax@FreeBSD.org|'
Diffstat (limited to 'comms/sredird/Makefile')
-rw-r--r-- | comms/sredird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/sredird/Makefile b/comms/sredird/Makefile index ced64c8c..2265795 100644 --- a/comms/sredird/Makefile +++ b/comms/sredird/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: sredird # Date created: 19 Dec 1999 -# Whom: Maxim Sobolev <sobomax@altavista.net> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 1.1.7 CATEGORIES= comms MASTER_SITES= http://metalab.unc.edu/pub/Linux/system/serial/ -MAINTAINER= sobomax@altavista.net +MAINTAINER= sobomax@FreeBSD.org do-build: ${CC} ${CFLAGS} -g -Wall -o ${WRKSRC}/sredird ${WRKSRC}/sredird.c |