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/klh10 | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff) | |
download | ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.tar.gz ports-1089da7dcc67eb415fa6851ab9dc700e7b1a9972.zip |
Notes
Diffstat (limited to 'emulators/klh10')
-rw-r--r-- | emulators/klh10/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/klh10/Makefile b/emulators/klh10/Makefile index aaab68b2bd3c..72b1e2725dc2 100644 --- a/emulators/klh10/Makefile +++ b/emulators/klh10/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: klh10 -# Date created: 11 January 2002 -# Whom: kstailey -# +# Created by: kstailey # $FreeBSD$ -# PORTNAME= klh10 PORTVERSION= 2.0a @@ -80,6 +76,7 @@ KSITS_DOCS= Intro.txt \ utils.txt \ vtape.txt +NO_STAGE= yes pre-install: @ ${MKDIR} ${KSITS_KLH10_HOME} @ ${MKDIR} ${KSITS_DRIVER_DIR} |