From owner-svn-ports-all@FreeBSD.ORG Fri Feb 15 09:58:02 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 67C6C17D; Fri, 15 Feb 2013 09:58:02 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC18E1D; Fri, 15 Feb 2013 09:58:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1F9w2uD095508; Fri, 15 Feb 2013 09:58:02 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1F9w20e095506; Fri, 15 Feb 2013 09:58:02 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302150958.r1F9w20e095506@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 15 Feb 2013 09:58:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312283 - head/editors/heme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 09:58:02 -0000 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 -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= heme PORTVERSION= 0.4.2 @@ -22,8 +18,12 @@ PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 PORTDOCS= README +OPTIONS_DEFINE= DOCS + +.include + 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/