diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-02-05 19:34:54 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-02-05 19:34:54 +0000 |
commit | 256b87feadee9d21373f76ac1d197774b56b89d2 (patch) | |
tree | ad467aa0bf05eef520e05a47ebb84ba326c3f973 /net/freeradius2/Makefile | |
parent | Add p5-Class-DBI-LazyInflate 0.06, defer inflating of columns until they (diff) |
Fix a small typo in MASTER_SITES
Fix some problems in the new rc.d script:
PROVIDE requires a trailing colon
There is no radiusd_start_precmd defined, so don't call it
Style issue, the - expansion is better than :- (see Porter's Handbook)
The FreeBSD KEYWORD is no longer needed
Bump PORTREVISION so that packages and users get the new rc.d script
Notes
Notes:
svn path=/head/; revision=155272
Diffstat (limited to 'net/freeradius2/Makefile')
-rw-r--r-- | net/freeradius2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index 548dbad048ae..27a86cf5c03b 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -7,9 +7,10 @@ PORTNAME= freeradius PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ \ - http://freeradius.portal-to-web.de/ \ + http://freeradius.portal-to-web.de/ MAINTAINER= ports@FreeBSD.org COMMENT= A free RADIUS server implementation |