diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:43:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:43:52 +0000 |
commit | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (patch) | |
tree | b17e4a180ab0d752369c8e734fdf2ea3c684d01b /emulators/dynamips | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff) | |
download | ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.tar.gz ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.zip |
Notes
Diffstat (limited to 'emulators/dynamips')
-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" |