diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:43:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:43:52 +0000 |
commit | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (patch) | |
tree | b17e4a180ab0d752369c8e734fdf2ea3c684d01b /emulators/gens | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff) | |
download | ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.tar.gz ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.zip |
Notes
Diffstat (limited to 'emulators/gens')
-rw-r--r-- | emulators/gens/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile index 9851ca754227..f3c7f95511aa 100644 --- a/emulators/gens/Makefile +++ b/emulators/gens/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gens -# Date created: 22 Jun 2005 -# Whom: Travis Poppe <tlp@liquidx.org> -# +# Created by: Travis Poppe <tlp@liquidx.org> # $FreeBSD$ -# PORTNAME= gens PORTVERSION= 2.12a @@ -25,6 +21,7 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= i386 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile |