From 365ff2f81ebb0d434bf6bb844add97bb61cb3272 Mon Sep 17 00:00:00 2001 From: linimon Date: Fri, 2 Feb 2007 21:29:09 +0000 Subject: Catch this up with the master copy in ports/Mk. --- ports-mgmt/portmk/Mk/bsd.port.subdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports-mgmt') diff --git a/ports-mgmt/portmk/Mk/bsd.port.subdir.mk b/ports-mgmt/portmk/Mk/bsd.port.subdir.mk index 0ee1bce07b0b..0f93ac07a39a 100644 --- a/ports-mgmt/portmk/Mk/bsd.port.subdir.mk +++ b/ports-mgmt/portmk/Mk/bsd.port.subdir.mk @@ -61,7 +61,7 @@ OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif .if !defined(PORTOBJFORMAT) -PORTOBJFORMAT!= test -x ${DESTDIR}/usr/bin/objformat && ${DESTDIR}/usr/bin/objformat || echo aout +PORTOBJFORMAT?= elf .endif .endif -- cgit