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/aqemu/Makefile | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: emulators)
Notes
Notes:
svn path=/head/; revision=327721
Diffstat (limited to 'emulators/aqemu/Makefile')
-rw-r--r-- | emulators/aqemu/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index a11263d7ae5b..32fa78024dad 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: aqemu -# Date created: 2008-09-03 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= aqemu PORTVERSION= 0.8.1 @@ -24,4 +19,5 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,.0$,,} MAN1= aqemu.1 +NO_STAGE= yes .include <bsd.port.mk> |