diff options
author | flathill <flathill@FreeBSD.org> | 1999-05-07 14:14:17 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-05-07 14:14:17 +0800 |
commit | aa96113c2bdc9f45e5b8e032af5d542b3d54fdd2 (patch) | |
tree | 21641c68415b02ef0152a7726c894d0551f5df8e /devel/libgnugetopt | |
parent | 7920d4b3dc493089730a3e9835a6e334415ccf4c (diff) | |
download | freebsd-ports-gnome-aa96113c2bdc9f45e5b8e032af5d542b3d54fdd2.tar.gz freebsd-ports-gnome-aa96113c2bdc9f45e5b8e032af5d542b3d54fdd2.tar.zst freebsd-ports-gnome-aa96113c2bdc9f45e5b8e032af5d542b3d54fdd2.zip |
Update 1.1
PR: ports/11481
Submitted by: andy@icc.surw.chel.su
Diffstat (limited to 'devel/libgnugetopt')
-rw-r--r-- | devel/libgnugetopt/Makefile | 10 | ||||
-rw-r--r-- | devel/libgnugetopt/distinfo | 2 | ||||
-rw-r--r-- | devel/libgnugetopt/pkg-plist | 5 |
3 files changed, 11 insertions, 6 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile index 52fb06507bb4..a6b01453cf78 100644 --- a/devel/libgnugetopt/Makefile +++ b/devel/libgnugetopt/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libgnugetopt -# Version required: 1.0 +# Version required: 1.1 # Date created: 2 May 1999 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 03:20:32 steve Exp $ # -DISTNAME= libgnugetopt-1.0 +DISTNAME= libgnugetopt-1.1 CATEGORIES= devel MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ @@ -14,6 +14,8 @@ MAINTAINER= andy@icc.surw.chel.su do-install: @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include - @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib + @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.so.1 ${PREFIX}/lib + @ ${LN} -s ${PREFIX}/lib/libgnugetopt.so.1 ${PREFIX}/lib/libgnugetopt.so + @ ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/devel/libgnugetopt/distinfo b/devel/libgnugetopt/distinfo index 637b611a9112..568bfe02ffa3 100644 --- a/devel/libgnugetopt/distinfo +++ b/devel/libgnugetopt/distinfo @@ -1 +1 @@ -MD5 (libgnugetopt-1.0.tar.gz) = 7fa261951e4ffc346976a667440cc5d7 +MD5 (libgnugetopt-1.1.tar.gz) = 9b891a8b17a05448cddb134118d83281 diff --git a/devel/libgnugetopt/pkg-plist b/devel/libgnugetopt/pkg-plist index 138130310879..bd9b10027074 100644 --- a/devel/libgnugetopt/pkg-plist +++ b/devel/libgnugetopt/pkg-plist @@ -1,2 +1,5 @@ include/getopt.h -lib/libgnugetopt.a +lib/libgnugetopt.so +lib/libgnugetopt.so.1 +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R |