diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:59:45 +0000 |
commit | 835d6b8655813f2580f5db9fcbec03a34833ec92 (patch) | |
tree | 1dad4fa822830f51205ce8becf3ef756537f4a2b /graphics/pgplot | |
parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) |
Third round of INSTALL_SHLIBS=yes fixes.
Notes
Notes:
svn path=/head/; revision=29615
Diffstat (limited to 'graphics/pgplot')
-rw-r--r-- | graphics/pgplot/Makefile | 2 | ||||
-rw-r--r-- | graphics/pgplot/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index be26d74586df..f5aab1dcb296 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= jmz@FreeBSD.org USE_XLIB= yes +INSTALL_SHLIBS= yes WRKSRC= ${WRKDIR}/pgplot .include <bsd.port.pre.mk> @@ -36,6 +37,5 @@ post-install: .for f in libcpgplot.so libpgplot.so ${LN} -sf $f.${VERSION} ${PREFIX}/lib/$f .endfor - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> diff --git a/graphics/pgplot/pkg-plist b/graphics/pgplot/pkg-plist index c4ac9e295e47..c34cd6336e60 100644 --- a/graphics/pgplot/pkg-plist +++ b/graphics/pgplot/pkg-plist @@ -7,8 +7,6 @@ lib/libcpgplot.so.5.2 lib/libpgplot.a lib/libpgplot.so lib/libpgplot.so.5.2 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/pgplot/Makefile.demo share/pgplot/cpgdemo.c share/pgplot/cpgplot.doc |