Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2013 09:58:02 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312283 - head/editors/heme
Message-ID:  <201302150958.r1F9w20e095506@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Feb 15 09:58:01 2013
New Revision: 312283
URL: http://svnweb.freebsd.org/changeset/ports/312283

Log:
  - Trim the Makefile header per new project standards
  - Switch from NOPORTDOCS to PORT_OPTIONS:MDOCS check
  - Use shorter URL in WWW: line of port description

Modified:
  head/editors/heme/Makefile
  head/editors/heme/pkg-descr

Modified: head/editors/heme/Makefile
==============================================================================
--- head/editors/heme/Makefile	Fri Feb 15 09:36:51 2013	(r312282)
+++ head/editors/heme/Makefile	Fri Feb 15 09:58:01 2013	(r312283)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	heme
-# Date created:				29 May 2012
-# Whom:					Alexey Dokuchaev <danfe@FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	heme
 PORTVERSION=	0.4.2
@@ -22,8 +18,12 @@ PLIST_FILES=	bin/${PORTNAME}
 MAN1=		${PORTNAME}.1
 PORTDOCS=	README
 
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.options.mk>
+
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 .endif

Modified: head/editors/heme/pkg-descr
==============================================================================
--- head/editors/heme/pkg-descr	Fri Feb 15 09:36:51 2013	(r312282)
+++ head/editors/heme/pkg-descr	Fri Feb 15 09:58:01 2013	(r312283)
@@ -8,4 +8,4 @@ modes: hex (binary) and ASCII (text).
 Heme uses standard curses library for screen and input handling, and offers
 colors support (they can be set in the configuration file).
 
-WWW: http://sourceforge.net/projects/heme/
+WWW: http://heme.sourceforge.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302150958.r1F9w20e095506>