mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
7300a6f9f4
commit
240c394e65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370104
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= radiusclient
|
||||
PORTVERSION= 0.5.6
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.berlios.de/radiusclient-ng/ \
|
||||
http://download2.berlios.de/radiusclient-ng/
|
||||
@ -12,8 +12,9 @@ DISTNAME= ${PORTNAME}-ng-${PORTVERSION}
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
COMMENT= Client library and basic utilities for RADIUS AAA
|
||||
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
ETCDIR= ${PREFIX}/etc/${PORTNAME}-ng
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- ltmain.sh
|
||||
+++ ltmain.sh
|
||||
@@ -5553,8 +5553,8 @@
|
||||
# Install the pseudo-library for information purposes.
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
- $show "$install_prog $instname $destdir/$name"
|
||||
- $run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+# $show "$install_prog $instname $destdir/$name"
|
||||
+# $run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -11,6 +11,7 @@ include/radiusclient-ng.h
|
||||
lib/libradiusclient-ng.a
|
||||
lib/libradiusclient-ng.so
|
||||
lib/libradiusclient-ng.so.2
|
||||
lib/libradiusclient-ng.so.2.0.0
|
||||
sbin/login.radius
|
||||
sbin/radacct
|
||||
sbin/radexample
|
||||
|
Loading…
Reference in New Issue
Block a user