diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 00:43:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 00:43:52 +0800 |
commit | a8e75368f3d8ed37ad064f089d86ee2af734e271 (patch) | |
tree | b17e4a180ab0d752369c8e734fdf2ea3c684d01b /emulators/adamem | |
parent | 67985f6aaa6ff6a3dfb7cef050a6dfd73ef37d2d (diff) | |
download | freebsd-ports-gnome-a8e75368f3d8ed37ad064f089d86ee2af734e271.tar.gz freebsd-ports-gnome-a8e75368f3d8ed37ad064f089d86ee2af734e271.tar.zst freebsd-ports-gnome-a8e75368f3d8ed37ad064f089d86ee2af734e271.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: emulators)
Diffstat (limited to 'emulators/adamem')
-rw-r--r-- | emulators/adamem/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index 676ce8e32b4a..34c77364988d 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: adamem -# Date created: November 11, 2001 -# Whom: Jeremy Karlson -# +# Created by: Jeremy Karlson # $FreeBSD$ -# PORTNAME= adamem PORTVERSION= 1.0 @@ -21,6 +17,7 @@ ALL_TARGET= x PROGDIR= ${PREFIX}/${PORTNAME} +NO_STAGE= yes do-install: ${MKDIR} ${PROGDIR} ${INSTALL_PROGRAM} ${WRKSRC}/adamem ${PROGDIR} |