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 /math/plplot | |
parent | 5cb14340042a107ee5ad92616d23d4d9551eb878 (diff) | |
download | ports-835d6b8655813f2580f5db9fcbec03a34833ec92.tar.gz ports-835d6b8655813f2580f5db9fcbec03a34833ec92.zip |
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 2 | ||||
-rw-r--r-- | math/plplot/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 5327e7ff3d91..9776f1766063 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -17,6 +17,7 @@ DISTNAME= plplot4p99j MAINTAINER= ports@FreeBSD.org USE_XLIB= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gcc=yes --with-double=yes @@ -31,6 +32,5 @@ post-install: .else ${LN} -sf libplplotdX.so.4.99 ${PREFIX}/lib/libplplotdX.so .endif - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> diff --git a/math/plplot/pkg-plist b/math/plplot/pkg-plist index 24004b99a441..aa4adfc1dd81 100644 --- a/math/plplot/pkg-plist +++ b/math/plplot/pkg-plist @@ -12,8 +12,6 @@ include/plplot/plxwd.h lib/libplplotdX.a lib/libplplotdX.so lib/libplplotdX.so.4 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R libdata/plplot/cglobe.map libdata/plplot/globe.map libdata/plplot/plstnd5.fnt |