diff options
author | pav <pav@FreeBSD.org> | 2007-01-30 18:25:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-01-30 18:25:34 +0800 |
commit | 68e4663f01d748743e0029f83931c02fba58eb4e (patch) | |
tree | d24dbe32e4bdb87d0f3ba1c46717e6e34576e724 /emulators/ines | |
parent | c6c1440c2b66077bedba90612a4827a8051ec9c1 (diff) | |
download | freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.gz freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.zst freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.zip |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr
Diffstat (limited to 'emulators/ines')
-rw-r--r-- | emulators/ines/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/emulators/ines/Makefile b/emulators/ines/Makefile index d621cf5449f3..5bd4f4fd17ce 100644 --- a/emulators/ines/Makefile +++ b/emulators/ines/Makefile @@ -18,12 +18,7 @@ COMMENT= Nintendo Entertainment System emlator for X NO_WRKSUBDIR= yes USE_X_PREFIX= yes NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" STRIP= -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ines ${PREFIX}/bin @@ -32,4 +27,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/CART.NES ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.pal ${DATADIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |