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/o2em | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff) |
Notes
Diffstat (limited to 'emulators/o2em')
-rw-r--r-- | emulators/o2em/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/o2em/Makefile b/emulators/o2em/Makefile index 5adfe6c84e38..bf68180340af 100644 --- a/emulators/o2em/Makefile +++ b/emulators/o2em/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: o2em -# Date created: 24 June 2005 -# Whom: Gunter Wambaugh <techgunter@yahoo.com> -# +# Created by: Gunter Wambaugh <techgunter@yahoo.com> # $FreeBSD$ -# PORTNAME= o2em PORTVERSION= 1.17 @@ -25,6 +21,7 @@ USE_ZIP= yes USE_GMAKE= yes LDFLAGS+= ${PTHREAD_LIBS} +NO_STAGE= yes post-extract: @${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|h|txt)" -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//' |