diff options
author | danfe <danfe@FreeBSD.org> | 2013-02-15 17:58:01 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-02-15 17:58:01 +0800 |
commit | 2d1279caa4f2cf22a868d5a5063d91e5ebdfca21 (patch) | |
tree | 322cfb89b095c1ead5136595130347b97ebb6c62 /editors | |
parent | a5b21b8dc02e2a54ecd005b55617088b27c32f12 (diff) | |
download | freebsd-ports-gnome-2d1279caa4f2cf22a868d5a5063d91e5ebdfca21.tar.gz freebsd-ports-gnome-2d1279caa4f2cf22a868d5a5063d91e5ebdfca21.tar.zst freebsd-ports-gnome-2d1279caa4f2cf22a868d5a5063d91e5ebdfca21.zip |
- 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
Diffstat (limited to 'editors')
-rw-r--r-- | editors/heme/Makefile | 12 | ||||
-rw-r--r-- | editors/heme/pkg-descr | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/heme/Makefile b/editors/heme/Makefile index 2788007f1364..e236973b71cf 100644 --- a/editors/heme/Makefile +++ b/editors/heme/Makefile @@ -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 diff --git a/editors/heme/pkg-descr b/editors/heme/pkg-descr index eee4112535b6..ac151e7d3f10 100644 --- a/editors/heme/pkg-descr +++ b/editors/heme/pkg-descr @@ -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/ |