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/vMac | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (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/vMac')
-rw-r--r-- | emulators/vMac/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index 0181ee4cfa44..c91aebf1d018 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vMac -# Date created: Jul 11th 1999 -# Whom: troll -# +# Created by: troll # $FreeBSD$ -# PORTNAME= vMac PORTVERSION= 0.1.9.3 @@ -22,6 +18,7 @@ GNU_CONFIGURE= yes USE_XORG= x11 ice sm xext SUB_FILES= pkg-message +NO_STAGE= yes pre-patch: (cd ${WRKSRC} && ${SH} ${FILESDIR}/dos2unx gemulator.c) |