diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /math/pari | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-graphics-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 6 | ||||
-rw-r--r-- | math/pari/pkg-plist | 2 | ||||
-rw-r--r-- | math/pari/pkg-plist.emacs | 2 |
3 files changed, 2 insertions, 8 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 7f5bdd608e2..5e84e537898 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -15,7 +15,8 @@ MAINTAINER= yoshiaki@kt.rim.or.jp ONLY_FOR_ARCHS= i386 -HAS_CONFIGURE = Yes +INSTALLS_SHLIBS= yes +HAS_CONFIGURE = yes CONFIGURE_SCRIPT = Configure CONFIGURE_ARGS = --prefix=${PREFIX} CFLAGS= @@ -31,7 +32,4 @@ HAVE_EMACS!= which emacs || echo nope PLIST= ${PKGDIR}/PLIST.emacs .endif -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/math/pari/pkg-plist b/math/pari/pkg-plist index 37dc559603e..2a07cf0412b 100644 --- a/math/pari/pkg-plist +++ b/math/pari/pkg-plist @@ -17,8 +17,6 @@ include/pari/paritype.h lib/libpari.so lib/libpari.so.2 lib/libpari.so.2.0.18 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /bin/mkdir -p %D/lib/pari/data lib/pari/Makefile lib/pari/paricfg.tex diff --git a/math/pari/pkg-plist.emacs b/math/pari/pkg-plist.emacs index acbe693f0e2..0f7dc3fc84a 100644 --- a/math/pari/pkg-plist.emacs +++ b/math/pari/pkg-plist.emacs @@ -17,8 +17,6 @@ include/pari/paritype.h lib/libpari.so lib/libpari.so.2 lib/libpari.so.2.0.18 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /bin/mkdir -p %D/lib/pari/data lib/pari/Makefile lib/pari/pari-translator.el |