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/ods2reader | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff) | |
download | ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.tar.gz ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.zip |
Notes
Diffstat (limited to 'emulators/ods2reader')
-rw-r--r-- | emulators/ods2reader/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/ods2reader/Makefile b/emulators/ods2reader/Makefile index a8c9c81bf784..c97195987139 100644 --- a/emulators/ods2reader/Makefile +++ b/emulators/ods2reader/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ods2reader -# Date created: 21 Jan 2006 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= ods2reader PORTVERSION= 19930601 @@ -22,6 +18,7 @@ EXTRACT_BEFORE_ARGS= -qoa NO_WRKSUBDIR= yes PLIST_FILES= bin/ods2reader +NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ods2reader ods-2-reader.c |