diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-06-18 19:46:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-06-18 19:46:51 +0800 |
commit | df95a2d560d09c86d1a500fe7c6e846a721ff3bf (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /editors | |
parent | 3de9e5720382e61bea8dbab6e1287a0b29e64dc0 (diff) | |
download | freebsd-ports-graphics-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.tar.gz freebsd-ports-graphics-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.tar.zst freebsd-ports-graphics-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
Diffstat (limited to 'editors')
-rw-r--r-- | editors/chexedit/Makefile | 6 | ||||
-rw-r--r-- | editors/chexedit/pkg-descr | 2 | ||||
-rw-r--r-- | editors/hnb/Makefile | 12 |
3 files changed, 6 insertions, 14 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile index 16bafe19dc4..a65486b6f69 100644 --- a/editors/chexedit/Makefile +++ b/editors/chexedit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: chexedit -# Date Created: 8 Jul 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= chexedit PORTVERSION= 0.9.7 diff --git a/editors/chexedit/pkg-descr b/editors/chexedit/pkg-descr index 29308f278b7..811bda34b15 100644 --- a/editors/chexedit/pkg-descr +++ b/editors/chexedit/pkg-descr @@ -14,4 +14,4 @@ times when this is ideal: * Any place you might use od(1) but need more power. Compare more vs less. -WWW: http://www.rogoyski.com/adam/programs/hexedit/ +WWW: http://www.rogoyski.com/adam/programs/hexedit/ diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 8e4c36c1122..4c733ad7e65 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: hnb -# Date created: Fri Jul 6 05:37:14 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= hnb PORTVERSION= 1.9.17 @@ -21,7 +17,7 @@ MAKE_JOBS_UNSAFE= yes MAN1= hnb.1 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${ARCH} != "i386" BROKEN= segfaults on 64bit systems @@ -34,11 +30,11 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hnb ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/../doc/hnb.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for FILE in Documentation.hnb Documentation.html hnbrc ${INSTALL_DATA} ${WRKSRC}/../doc/${FILE} ${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |