diff options
Diffstat (limited to 'emulators/dynamips-devel/Makefile')
-rw-r--r-- | emulators/dynamips-devel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile index d37d0c4e4b1b..5e3e4a6835f4 100644 --- a/emulators/dynamips-devel/Makefile +++ b/emulators/dynamips-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamips -# Date created: 21 Mar 2007 -# Whom: Pavel I Volkov <pavelivolkov@googlemail.com> -# +# Created by: Pavel I Volkov <pavelivolkov@googlemail.com> # $FreeBSD$ -# PORTNAME= dynamips DISTVERSION= 0.2.8-RC2 @@ -36,6 +32,7 @@ MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |