diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 11:04:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 11:04:03 +0800 |
commit | d085a03b9eae8afd4d1a93035e0607f792959713 (patch) | |
tree | afacf1886de28e7e94016a7ecb9edc5a0ac04086 /graphics/sane | |
parent | 53af41be4feaf84eb308883e26f75b09cec64c85 (diff) | |
download | freebsd-ports-gnome-d085a03b9eae8afd4d1a93035e0607f792959713.tar.gz freebsd-ports-gnome-d085a03b9eae8afd4d1a93035e0607f792959713.tar.zst freebsd-ports-gnome-d085a03b9eae8afd4d1a93035e0607f792959713.zip |
Start conversion to ELF.
Diffstat (limited to 'graphics/sane')
-rw-r--r-- | graphics/sane/Makefile | 4 | ||||
-rw-r--r-- | graphics/sane/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index 1ac23639439b..33a38dfb078e 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -4,7 +4,7 @@ # Whom: gary@hotlava.com # obrien@FreeBSD.org # -# $Id: Makefile,v 1.8 1998/09/17 04:47:46 vanilla Exp $ +# $Id: Makefile,v 1.9 1998/09/22 22:55:54 asami Exp $ # DISTNAME= sane-0.74 @@ -45,7 +45,7 @@ pre-configure: @${ECHO} "*** the GIMP and GTK packages/ports." post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff --git a/graphics/sane/pkg-plist b/graphics/sane/pkg-plist index 60da0ef9d0ed..cabfe485caf6 100644 --- a/graphics/sane/pkg-plist +++ b/graphics/sane/pkg-plist @@ -104,8 +104,8 @@ lib/sane/libsane-umax.a lib/sane/libsane-umax.la lib/sane/libsane-umax.so lib/sane/libsane-umax.so.0.74 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R sbin/saned share/sane-style.rc @dirrm lib/sane |