- 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
This commit is contained in:
Alexey Dokuchaev 2013-02-15 09:58:01 +00:00
parent b8200f5123
commit b1f3185344
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312283
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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/