diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 04:01:21 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 04:01:21 +0000 |
commit | 7999bcd0bc6dea2bc24d3d543698baa0609e0217 (patch) | |
tree | 8c854d9e19a7784ad9078662e5d95244016e7415 /emulators/ines | |
parent | ebc2e927f0515731fb9d8294b1f363ba55d92222 (diff) | |
download | ports-7999bcd0bc6dea2bc24d3d543698baa0609e0217.tar.gz ports-7999bcd0bc6dea2bc24d3d543698baa0609e0217.zip |
Unbreak.
Submitted by: steve
Notes
Notes:
svn path=/head/; revision=13942
Diffstat (limited to 'emulators/ines')
-rw-r--r-- | emulators/ines/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index de7f1f60f643..92e061df244c 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -3,7 +3,7 @@ # Date created: 02 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.7 1998/08/05 09:30:49 asami Exp $ +# $Id: Makefile,v 1.8 1998/10/13 03:43:37 jseger Exp $ # DISTNAME= iNES07-FreeBSD-80x86-bin @@ -14,8 +14,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -BROKEN_ELF= yes - WRKSRC= ${WRKDIR}/NES USE_X_PREFIX= yes NO_BUILD= yes @@ -29,3 +27,7 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/CART.* ${PREFIX}/share/ines .include <bsd.port.mk> + +.if ${PORTOBJFORMAT} == "elf" +STRIP= +.endif |