summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portmk
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-02-02 21:29:09 +0000
committerlinimon <linimon@FreeBSD.org>2007-02-02 21:29:09 +0000
commit365ff2f81ebb0d434bf6bb844add97bb61cb3272 (patch)
tree140c30129c6ea2753f4c2698047b72e1d09b7b05 /ports-mgmt/portmk
parente2587ee1139d1b6cdb8e70360c37210333e44937 (diff)
downloadFreeBSD-ports-365ff2f81ebb0d434bf6bb844add97bb61cb3272.zip
FreeBSD-ports-365ff2f81ebb0d434bf6bb844add97bb61cb3272.tar.gz
Catch this up with the master copy in ports/Mk.
Diffstat (limited to 'ports-mgmt/portmk')
-rw-r--r--ports-mgmt/portmk/Mk/bsd.port.subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/portmk/Mk/bsd.port.subdir.mk b/ports-mgmt/portmk/Mk/bsd.port.subdir.mk
index 0ee1bce07..0f93ac0 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
OpenPOWER on IntegriCloud