diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:05:58 +0000 |
commit | 83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch) | |
tree | 04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/memtest | |
parent | Fix NO_STAGE (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Diffstat (limited to 'sysutils/memtest')
-rw-r--r-- | sysutils/memtest/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/memtest/Makefile b/sysutils/memtest/Makefile index 6c09f341fdcf..148a7ff8e0eb 100644 --- a/sysutils/memtest/Makefile +++ b/sysutils/memtest/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: memtest -# Date created: 18 Jun 2000 -# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al. -# +# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al. # $FreeBSD$ -# PORTNAME= memtest PORTVERSION= 4.2.2 @@ -19,6 +15,7 @@ LICENSE= GPLv2 MAN8= ${PORTNAME}.8 PLIST_FILES= bin/memtest +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|cc|${CC}|' \ ${WRKSRC}/conf-* |