diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
commit | 49f337d203a35b330e9816734307eae928c9ad22 (patch) | |
tree | 9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net/radius | |
parent | 6d580f890eb4727a42408434bf4f406ab5e13f22 (diff) |
Notes
Diffstat (limited to 'net/radius')
-rw-r--r-- | net/radius/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index 78a815419308..810e82ef2d71 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -3,7 +3,7 @@ # Date created: 4. July 1996 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1996/11/18 11:35:48 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/20 21:21:51 markm Exp $ # DISTNAME= radius.2.4.23 @@ -12,12 +12,14 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.merit.edu/radius/releases/ DISTFILES= radius.23c.basic.tar.gz +MAINTAINER= torstenb@FreeBSD.ORG + NO_WRKSUBDIR= yes INSTALL_TARGET= install-all MAN5= dictionary.5 users.5 radius.fsm.5 authfile.5 clients.5 MAN8= builddbm.8 radcheck.8 radiusd.8 radpwtst.8 pre-install: - ${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct + @${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct .include <bsd.port.mk> |