aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-02-03 05:29:09 +0800
committerlinimon <linimon@FreeBSD.org>2007-02-03 05:29:09 +0800
commit365ff2f81ebb0d434bf6bb844add97bb61cb3272 (patch)
tree140c30129c6ea2753f4c2698047b72e1d09b7b05 /ports-mgmt
parente2587ee1139d1b6cdb8e70360c37210333e44937 (diff)
downloadfreebsd-ports-gnome-365ff2f81ebb0d434bf6bb844add97bb61cb3272.tar.gz
freebsd-ports-gnome-365ff2f81ebb0d434bf6bb844add97bb61cb3272.tar.zst
freebsd-ports-gnome-365ff2f81ebb0d434bf6bb844add97bb61cb3272.zip
Catch this up with the master copy in ports/Mk.
Diffstat (limited to 'ports-mgmt')
-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 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