svn commit: r312283 - head/editors/heme
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Feb 15 09:58:02 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe at 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/
More information about the svn-ports-head
mailing list