summaryrefslogtreecommitdiff
path: root/devel/libgnugetopt
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 08:48:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 08:48:22 +0000
commitdc1177a9a5be3b096b2023326ea54d3152bf1571 (patch)
treefac4efda6d456d2e4eb8e8e61b9c14eda7202813 /devel/libgnugetopt
parentAdd bin/apple_driver. (diff)
Fourth round of INSTALLS_SHLIBS conversion.
Notes
Notes: svn path=/head/; revision=29630
Diffstat (limited to 'devel/libgnugetopt')
-rw-r--r--devel/libgnugetopt/Makefile3
-rw-r--r--devel/libgnugetopt/pkg-plist2
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile
index 8e41407a36ff..1e5831a45467 100644
--- a/devel/libgnugetopt/Makefile
+++ b/devel/libgnugetopt/Makefile
@@ -12,10 +12,11 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/
MAINTAINER= obrien@FreeBSD.org
+INSTALLS_SHLIBS= yes
+
do-install:
@ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include
@ ${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/pkg-plist b/devel/libgnugetopt/pkg-plist
index bd9b10027074..b7393bdc880f 100644
--- a/devel/libgnugetopt/pkg-plist
+++ b/devel/libgnugetopt/pkg-plist
@@ -1,5 +1,3 @@
include/getopt.h
lib/libgnugetopt.so
lib/libgnugetopt.so.1
-@exec /sbin/ldconfig -m %B
-@unexec /sbin/ldconfig -R