diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-22 16:15:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-22 16:15:10 +0000 |
commit | a1b2756e73ec5fd22f70fbf91658b2d7b4e1d0cf (patch) | |
tree | 427bd92828ba151d687b624574c0ed1be1e2b12d /security/srp | |
parent | b9120c330cb5bc51c99ab97710a422aa821e7d35 (diff) |
Notes
Diffstat (limited to 'security/srp')
-rw-r--r-- | security/srp/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/security/srp/Makefile b/security/srp/Makefile index 3d85797ebe3a..c0282f1daece 100644 --- a/security/srp/Makefile +++ b/security/srp/Makefile @@ -5,25 +5,25 @@ # $FreeBSD$ # -PORTNAME= srp +PORTNAME= srp PORTVERSION= 1.7.4 -CATEGORIES= security net +CATEGORIES= security net MASTER_SITES= http://www-cs-students.stanford.edu/~tjw/srp/source/ -MAINTAINER= nectar@FreeBSD.org +MAINTAINER= nectar@FreeBSD.org GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" INSTALL="/usr/bin/install -C" CONFIGURE_ARGS= --with-openssl=/usr \ - --with-zlib \ - --enable-loginf + --with-zlib \ + --enable-loginf -PORTDOCS= Acknowledgements Copyrights LICENSE copyright.c \ - draft-altman-rfc2942bis-00.txt draft-altman-rfc2944bis-01.txt \ - draft-altman-telnet-fwdx-02.txt \ - draft-ietf-tn3270e-telnet-tls-05.txt rfc2941.txt rfc2942.txt \ - rfc2944.txt rfc2945.txt rfc2946.txt rfc2947.txt rfc2948.txt \ - rfc2949.txt rfc2950.txt rfc2952.txt rfc2953.txt srp.ps +PORTDOCS= Acknowledgements Copyrights LICENSE copyright.c \ + draft-altman-rfc2942bis-00.txt draft-altman-rfc2944bis-01.txt \ + draft-altman-telnet-fwdx-02.txt \ + draft-ietf-tn3270e-telnet-tls-05.txt rfc2941.txt rfc2942.txt \ + rfc2944.txt rfc2945.txt rfc2946.txt rfc2947.txt rfc2948.txt \ + rfc2949.txt rfc2950.txt rfc2952.txt rfc2953.txt srp.ps .if !defined(NOPORTDOCS) post-install: |