diff options
Diffstat (limited to 'security/stem/Makefile')
-rw-r--r-- | security/stem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/stem/Makefile b/security/stem/Makefile index cb643085162a..4e4048c73b17 100644 --- a/security/stem/Makefile +++ b/security/stem/Makefile @@ -1,6 +1,5 @@ # Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= stem PORTVERSION= 1.0.1 @@ -21,4 +20,5 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes .include <bsd.port.mk> |