aboutsummaryrefslogtreecommitdiff
path: root/sysutils/radmind
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-28 20:01:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-28 20:01:07 +0000
commit27d44119e7e106f32a4b4b25539a57a35cc68823 (patch)
tree8462df47de7a523e2debd710ebc0516911e33a43 /sysutils/radmind
parentf3184698839707db08f51b1529956b01b49932cf (diff)
downloadports-27d44119e7e106f32a4b4b25539a57a35cc68823.tar.gz
ports-27d44119e7e106f32a4b4b25539a57a35cc68823.zip
Notes
Diffstat (limited to 'sysutils/radmind')
-rw-r--r--sysutils/radmind/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile
index d654e36d95e0..2aebe9c5d8f4 100644
--- a/sysutils/radmind/Makefile
+++ b/sysutils/radmind/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: radmind
-# Date created: 2003-11-17
-# Whom: Paul Dlug <paul@aps.org>
-#
+# Created by: Paul Dlug <paul@aps.org>
# $FreeBSD$
-#
PORTNAME= radmind
PORTVERSION= 1.14.1
@@ -37,11 +33,12 @@ MAN5= applefile.5
MAN8= radmind.8
DOCS= COPYRIGHT README SPEC
-OPTIONS= IGNORE_TIMESTAMPS "Add '-t' option to fsdiff" Off
+OPTIONS_DEFINE= IGNORE_TIMESTAMPS DOCS
+IGNORE_TIMESTAMPS_DESC= Add '-t' option to fsdiff
.include <bsd.port.options.mk>
-.if defined(WITH_IGNORE_TIMESTAMPS)
+.if ${PORT_OPTIONS:MIGNORE_TIMESTAMPS}
EXTRA_PATCHES+= ${FILESDIR}/optpatch-ignore_timestamps
.endif
@@ -49,7 +46,7 @@ post-install:
# Ugly hack to remove generated man pages
${RM} -rf ${WRKSRC}/tmp
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif