aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-10-21 00:15:02 +0800
committereadler <eadler@FreeBSD.org>2012-10-21 00:15:02 +0800
commit8805b8c5927056e735aa153d225f215331e78251 (patch)
tree9f51606cdb3b9e329619b737781b8e03ef0c8837
parent1e6583d3044637fcccdc5ad08820560fd69c7281 (diff)
downloadfreebsd-ports-gnome-8805b8c5927056e735aa153d225f215331e78251.tar.gz
freebsd-ports-gnome-8805b8c5927056e735aa153d225f215331e78251.tar.zst
freebsd-ports-gnome-8805b8c5927056e735aa153d225f215331e78251.zip
Convert to OptionsNG
Trim header Feature safe: yes
-rw-r--r--devel/pipestatus/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/pipestatus/Makefile b/devel/pipestatus/Makefile
index 2a2d48fd8b99..8761ee023ad0 100644
--- a/devel/pipestatus/Makefile
+++ b/devel/pipestatus/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pipestatus
-# Date created: 2008/01/26
-# Whom: chinsan
-#
+# Created by: chinsan
# $FreeBSD$
-#
PORTNAME= pipestatus
PORTVERSION= 0.6.0
@@ -18,9 +14,11 @@ NO_BUILD= yes
PORTDOCS= ChangeLog README NEWS
PLIST_FILES= bin/${PORTNAME}
+.include <bsd.port.options.mk>
+
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}