aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bin86/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bin86/Makefile')
-rw-r--r--devel/bin86/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/bin86/Makefile b/devel/bin86/Makefile
index c4bd5286c6ae..55d3da5c5a27 100644
--- a/devel/bin86/Makefile
+++ b/devel/bin86/Makefile
@@ -1,18 +1,16 @@
-# New ports collection makefile for: bin86
-# Date created: 2000-10-19
-# Whom: trevor
-#
+# Created by: trevor
# $FreeBSD$
-#
PORTNAME= bin86
-PORTVERSION= 0.16.18
+PORTVERSION= 0.16.19
CATEGORIES= devel
MASTER_SITES= http://www.debath.co.uk/dev86/
MAINTAINER= ports@FreeBSD.org
COMMENT= 16-bit assembler and loader
+OPTIONS_DEFINE= DOCS
+
MAKE_JOBS_SAFE= yes
MAN1= as86.1 ld86.1
@@ -34,7 +32,7 @@ do-install:
.for i in ${BINS}
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
.endfor
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif