aboutsummaryrefslogtreecommitdiff
path: root/emulators/vgba-bin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:43:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:43:52 +0000
commit1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (patch)
treeb17e4a180ab0d752369c8e734fdf2ea3c684d01b /emulators/vgba-bin
parent68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff)
downloadports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.tar.gz
ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.zip
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/vgba-bin')
-rw-r--r--emulators/vgba-bin/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/vgba-bin/Makefile b/emulators/vgba-bin/Makefile
index 8428ae55e560..63f11bc17ab5 100644
--- a/emulators/vgba-bin/Makefile
+++ b/emulators/vgba-bin/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vgba-bin
-# Date created: 04 Aug 2000
-# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
-#
+# Created by: Mario S F Ferreira <lioux@linf.unb.br> et al.
# $FreeBSD$
-#
PORTNAME= vgba
PORTVERSION= 3.0
@@ -25,6 +21,7 @@ NO_WRKSUBDIR= no
INSTALL_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP}
+NO_STAGE= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/vgba ${PREFIX}/bin
.if !defined(NOPORTDOCS)