diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 19:53:09 +0000 |
commit | 888ab73a81ce0010b6a141740f5b26e92a5ec6a8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/picoc | |
parent | - update to 2.13.3 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Diffstat (limited to 'lang/picoc')
-rw-r--r-- | lang/picoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 4531209ca929..53da7d5e253d 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -1,4 +1,3 @@ -# Created by: Bapt <bapt@FreeBSD.org> # $FreeBSD$ PORTNAME= picoc @@ -18,6 +17,7 @@ PLIST_FILES= bin/picoc WRKSRC= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "/-include/d" \ -e "s/^CFLAGS=.*/CFLAGS=${CFLAGS} -DUNIX_HOST/" \ |