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/bsvc | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff) |
Notes
Diffstat (limited to 'emulators/bsvc')
-rw-r--r-- | emulators/bsvc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index f9a271acb440..87c1279c1ef0 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: bsvc -# Date created: 03-Mar-1997 -# Whom: tenser@spitfire.ecsel.psu.edu -# +# Created by: tenser@spitfire.ecsel.psu.edu # $FreeBSD$ -# PORTNAME= bsvc PORTVERSION= 2.1 @@ -21,6 +17,7 @@ MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC} USE_TK_RUN= yes MAKE_JOBS_UNSAFE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> pre-patch: |