diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-06 03:00:23 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-06 03:00:23 +0800 |
commit | bd12d4cdd6b5e26f33e80ad64a2cf6b79947b3f8 (patch) | |
tree | dde5ceffa3c866d2fdd3f7b26006536d229af45a | |
parent | 208ea3fe47b3483697e339cde026daafb4009a43 (diff) | |
download | freebsd-ports-gnome-bd12d4cdd6b5e26f33e80ad64a2cf6b79947b3f8.tar.gz freebsd-ports-gnome-bd12d4cdd6b5e26f33e80ad64a2cf6b79947b3f8.tar.zst freebsd-ports-gnome-bd12d4cdd6b5e26f33e80ad64a2cf6b79947b3f8.zip |
Add USES=libtool and INSTALL_TARGET=install-strip
-rw-r--r-- | net/radiusclient/Makefile | 5 | ||||
-rw-r--r-- | net/radiusclient/files/patch-ltmain.sh | 16 | ||||
-rw-r--r-- | net/radiusclient/pkg-plist | 1 |
3 files changed, 4 insertions, 18 deletions
diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index 13100adfb2b2..cfb140a704a3 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -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 diff --git a/net/radiusclient/files/patch-ltmain.sh b/net/radiusclient/files/patch-ltmain.sh deleted file mode 100644 index 377bac137434..000000000000 --- a/net/radiusclient/files/patch-ltmain.sh +++ /dev/null @@ -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" diff --git a/net/radiusclient/pkg-plist b/net/radiusclient/pkg-plist index 75f87c53fb98..79051f397aef 100644 --- a/net/radiusclient/pkg-plist +++ b/net/radiusclient/pkg-plist @@ -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 |