diff options
author | nectar <nectar@FreeBSD.org> | 2002-06-21 17:40:05 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-06-21 17:40:05 +0000 |
commit | 24dbf333489e23d1459f1894d4f85d8ea4e5d797 (patch) | |
tree | 91058929ca1183b5f6464393d0b83375d961a66d /security/srp | |
parent | a7d3e80a0b43d98bedaba483d1fe7ca350f9a124 (diff) | |
download | FreeBSD-ports-24dbf333489e23d1459f1894d4f85d8ea4e5d797.zip FreeBSD-ports-24dbf333489e23d1459f1894d4f85d8ea4e5d797.tar.gz |
Drop MAINTAINER: I'm not really taking care of these anymore.
Diffstat (limited to 'security/srp')
-rw-r--r-- | security/srp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile index c0282f1..36d5112 100644 --- a/security/srp/Makefile +++ b/security/srp/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.7.4 CATEGORIES= security net MASTER_SITES= http://www-cs-students.stanford.edu/~tjw/srp/source/ -MAINTAINER= nectar@FreeBSD.org +MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" INSTALL="/usr/bin/install -C" |