diff options
Diffstat (limited to 'sysutils/memtest/Makefile')
-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-* |