summaryrefslogtreecommitdiff
path: root/devel/libgnugetopt
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-07 06:14:17 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-07 06:14:17 +0000
commit7b478341cfe145a935f7fde60ca093bf7746e7ea (patch)
tree753d506276cba3dd8d803eaf1050ff1acbfb51bd /devel/libgnugetopt
parentupdate to version 0.5 (diff)
Update 1.1
PR: ports/11481 Submitted by: andy@icc.surw.chel.su
Notes
Notes: svn path=/head/; revision=18584
Diffstat (limited to 'devel/libgnugetopt')
-rw-r--r--devel/libgnugetopt/Makefile10
-rw-r--r--devel/libgnugetopt/distinfo2
-rw-r--r--devel/libgnugetopt/pkg-plist5
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