diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:06:04 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-05 03:06:04 +0000 |
commit | 802ef209411e50dc00c963a289649adcab3fa50e (patch) | |
tree | 4a734eabbc448ce164a8e88250ffbfcf9b2f0ffe /graphics/plotutils | |
parent | Still doesn't build for ELF. (diff) |
Convert to ELF.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r-- | graphics/plotutils/Makefile | 4 | ||||
-rw-r--r-- | graphics/plotutils/pkg-plist | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 747d8340e1be..d7e2ece68591 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -3,7 +3,7 @@ # Date created: 19 June 1998 # Whom: Chuck Robey (chuckr) # -# $Id: Makefile,v 1.1.1.1 1998/06/20 03:09:11 chuckr Exp $ +# $Id: Makefile,v 1.2 1998/06/26 04:53:29 asami Exp $ # DISTNAME= plotutils-2.1.1 @@ -19,6 +19,6 @@ CONFIGURE_ARGS= --with-motif .endif post-install: - $(LDCONFIG) -m $(PREFIX)/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/graphics/plotutils/pkg-plist b/graphics/plotutils/pkg-plist index b7fdf251cce6..19b4fa89695c 100644 --- a/graphics/plotutils/pkg-plist +++ b/graphics/plotutils/pkg-plist @@ -41,10 +41,12 @@ share/tek2plot/ocpred.tek share/tek2plot/scale.tek share/tek2plot/skymap.tek share/tek2plot/usmap.tek -lib/libplot.so.1.0 +lib/libplot.so +lib/libplot.so.1 lib/libplot.a -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R +lib/libplot.la +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R include/plot.h @unexec install-info --delete --info-dir=/usr/local/info /usr/local/info/plotutils.info info/plotutils.info |