summaryrefslogtreecommitdiff
path: root/ports-mgmt/portmk
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-02-02 21:29:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-02-02 21:29:09 +0000
commit25174ec51c4fbd2bee855dbb7e71ec482643e21f (patch)
tree95c1c3ed7cd796bdf76fd653211e1192cc9f09c6 /ports-mgmt/portmk
parentRemove files which are lagging ports/Mk. (diff)
Catch this up with the master copy in ports/Mk.
Notes
Notes: svn path=/head/; revision=183985
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 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