aboutsummaryrefslogtreecommitdiff
path: root/emulators/ines
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-13 04:01:21 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-13 04:01:21 +0000
commit7999bcd0bc6dea2bc24d3d543698baa0609e0217 (patch)
tree8c854d9e19a7784ad9078662e5d95244016e7415 /emulators/ines
parentebc2e927f0515731fb9d8294b1f363ba55d92222 (diff)
downloadports-7999bcd0bc6dea2bc24d3d543698baa0609e0217.tar.gz
ports-7999bcd0bc6dea2bc24d3d543698baa0609e0217.zip
Notes
Diffstat (limited to 'emulators/ines')
-rw-r--r--emulators/ines/Makefile8
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