diff options
Diffstat (limited to 'devel/ptmalloc/Makefile')
-rw-r--r-- | devel/ptmalloc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/ptmalloc/Makefile b/devel/ptmalloc/Makefile index 58ad9509a454..eb5a0a41d5d6 100644 --- a/devel/ptmalloc/Makefile +++ b/devel/ptmalloc/Makefile @@ -1,8 +1,4 @@ -# Ports Collection Makefile for: ptmalloc -# Date created: 10 December 2004 -# Who: Greg 'groggy' Lehey <grog@FreeBSD.org> -# Whom: is grammatically incorrect in this context. -# +# Created by: is grammatically incorrect in this context. # $FreeBSD$ PORTNAME= ptmalloc @@ -34,6 +30,7 @@ do-install: all regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |