diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | dc1177a9a5be3b096b2023326ea54d3152bf1571 (patch) | |
tree | fac4efda6d456d2e4eb8e8e61b9c14eda7202813 /devel/libgnugetopt | |
parent | 880b5e44bc87f9065a91e444717a092d0661cce9 (diff) |
Notes
Diffstat (limited to 'devel/libgnugetopt')
-rw-r--r-- | devel/libgnugetopt/Makefile | 3 | ||||
-rw-r--r-- | devel/libgnugetopt/pkg-plist | 2 |
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 |