diff options
Diffstat (limited to 'emulators/xhomer/Makefile')
-rw-r--r-- | emulators/xhomer/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile index b35d1be6181c..937a7ce38fab 100644 --- a/emulators/xhomer/Makefile +++ b/emulators/xhomer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xhomer -# Date created: 24 May 2006 -# Whom: trasz -# +# Created by: trasz # $FreeBSD$ -# PORTNAME= xhomer DISTVERSION= 9-16-06 @@ -28,6 +24,7 @@ PLIST_FILES= bin/xhomer %%EXAMPLESDIR%%/xhomer.cfg PLIST_DIRS= %%EXAMPLESDIR%% PORTDOCS= README LICENSE SIMH +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |