svn commit: r301881 - head/deskutils/checkrdf

Gabor Pali pgj at FreeBSD.org
Fri Aug 3 02:33:33 UTC 2012


Author: pgj
Date: Fri Aug  3 02:33:32 2012
New Revision: 301881
URL: http://svn.freebsd.org/changeset/ports/301881

Log:
  - Use the new options framework
  
  Obtained from:	FreeBSD Haskell

Modified:
  head/deskutils/checkrdf/Makefile

Modified: head/deskutils/checkrdf/Makefile
==============================================================================
--- head/deskutils/checkrdf/Makefile	Fri Aug  3 02:32:10 2012	(r301880)
+++ head/deskutils/checkrdf/Makefile	Fri Aug  3 02:33:32 2012	(r301881)
@@ -7,7 +7,7 @@
 
 PORTNAME=	checkrdf
 PORTVERSION=	39.4444
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	deskutils
 MASTER_SITES=	SF
 
@@ -26,7 +26,12 @@ MANCOMPRESSED=	yes
 PLIST_FILES=	bin/checkrdf bin/checkrdf.bin etc/checkrdf.rc
 PORTDOCS=	README NEWS blog.news.css bluegreek.css myrdf.css
 
-.if defined(NOPORTDOCS)
+OPTIONS_DEFINE=		DOCS
+OPTIONS_DEFAULT=	DOCS
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
 INSTALL_TARGET=install-bin install-rc install-man
 .endif
 



More information about the svn-ports-all mailing list