summaryrefslogtreecommitdiffstats
path: root/graphics/sane-backends
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-10-05 03:04:03 +0000
committersteve <steve@FreeBSD.org>1998-10-05 03:04:03 +0000
commitd085a03b9eae8afd4d1a93035e0607f792959713 (patch)
treeafacf1886de28e7e94016a7ecb9edc5a0ac04086 /graphics/sane-backends
parent53af41be4feaf84eb308883e26f75b09cec64c85 (diff)
downloadFreeBSD-ports-d085a03b9eae8afd4d1a93035e0607f792959713.zip
FreeBSD-ports-d085a03b9eae8afd4d1a93035e0607f792959713.tar.gz
Start conversion to ELF.
Diffstat (limited to 'graphics/sane-backends')
-rw-r--r--graphics/sane-backends/Makefile4
-rw-r--r--graphics/sane-backends/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile
index 1ac2363..33a38df 100644
--- a/graphics/sane-backends/Makefile
+++ b/graphics/sane-backends/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-backends/pkg-plist b/graphics/sane-backends/pkg-plist
index 60da0ef..cabfe48 100644
--- a/graphics/sane-backends/pkg-plist
+++ b/graphics/sane-backends/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
OpenPOWER on IntegriCloud