svn commit: r306200 - head/devel/pipestatus
Eitan Adler
eadler at FreeBSD.org
Sat Oct 20 16:15:03 UTC 2012
Author: eadler
Date: Sat Oct 20 16:15:02 2012
New Revision: 306200
URL: http://svn.freebsd.org/changeset/ports/306200
Log:
Convert to OptionsNG
Trim header
Feature safe: yes
Modified:
head/devel/pipestatus/Makefile
Modified: head/devel/pipestatus/Makefile
==============================================================================
--- head/devel/pipestatus/Makefile Sat Oct 20 15:59:04 2012 (r306199)
+++ head/devel/pipestatus/Makefile Sat Oct 20 16:15:02 2012 (r306200)
@@ -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}
More information about the svn-ports-head
mailing list