diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-04 20:23:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-04 20:23:37 +0000 |
commit | bfb0242e1eaeb2132c57226624ef47c781860d05 (patch) | |
tree | 13b17a9d3acd2f257a36df3c117be446c4bc6232 /Mk/bsd.port.subdir.mk | |
parent | 31dd71ff135a6275800fd18544c28ff9afe35ffb (diff) | |
download | ports-bfb0242e1eaeb2132c57226624ef47c781860d05.tar.gz ports-bfb0242e1eaeb2132c57226624ef47c781860d05.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 0f93ac07a39a..54b58cf7da67 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -60,9 +60,6 @@ OSVERSION!= /sbin/sysctl -n kern.osreldate OSVERSION!= /usr/sbin/sysctl -n kern.osreldate .endif .endif -.if !defined(PORTOBJFORMAT) -PORTOBJFORMAT?= elf -.endif .endif ID?= ${DESTDIR}/usr/bin/id @@ -322,7 +319,6 @@ README.html: OPSYS="${OPSYS:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ OSREL="${OSREL:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ OSVERSION="${OSVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ - PORTOBJFORMAT="${PORTOBJFORMAT:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ UID="${UID:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \ PKGINSTALLVER="${PKGINSTALLVER:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" .endif |