diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:38:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:38:22 +0000 |
commit | 898dd65bc90591fb37496c53be3943567c94666e (patch) | |
tree | 47d6b0ce2f041694d84583b6e601f6ac3b128235 /net/radiusclient/Makefile | |
parent | f034d6af344fe7175e8c357221e3e87f15711ace (diff) |
Notes
Diffstat (limited to 'net/radiusclient/Makefile')
-rw-r--r-- | net/radiusclient/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index add920b2ddc2..d76c0e4fdd3b 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 4 08:48:08 EST 1998 # Whom: maurice # -# $Id: Makefile,v 1.2 1999/01/12 23:37:49 dirk Exp $ +# $Id: Makefile,v 1.3 1999/05/04 22:36:19 steve Exp $ # DISTNAME= radiusclient-0.3 @@ -12,16 +12,7 @@ MASTER_SITES= ftp://ftp.cityline.net/pub/radiusclient/ MAINTAINER= maurice@serc.rmit.edu.au -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/devel/libtool:patch - USE_GMAKE= yes -GNU_CONFIGURE= yes - -pre-configure: - ${CP} ${WRKDIRPREFIX}${PORTSDIR}/devel/libtool/work/libtool-1.3/ltconfig ${WRKSRC} - ${CP} ${WRKDIRPREFIX}${PORTSDIR}/devel/libtool/work/libtool-1.3/ltmain.sh ${WRKSRC} - -post-install: - ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes .include <bsd.port.mk> |