diff options
Diffstat (limited to 'emulators/dynamips/Makefile')
-rw-r--r-- | emulators/dynamips/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 5f80084a0649..349c1ea825b7 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dynamips -# Date created: 31 Jan 2006 -# Whom: Max Khon <fjoe@FreeBSD.org> -# +# Created by: Max Khon <fjoe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dynamips DISTVERSION= 0.2.7 @@ -32,6 +28,7 @@ MAN1= ${PORTNAME}.1 nvram_export.1 MAN7= hypervisor_mode.7 .endif +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |