diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-06-18 11:46:51 +0000 |
commit | 3037cb61c7f1ac5ae9a15cee2365daa2d4036028 (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /editors | |
parent | 28eb882aa04c420b3fe972dd8748b80c90c5cd82 (diff) |
Notes
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 16bafe19dc4a..a65486b6f69f 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 29308f278b7e..811bda34b159 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 8e4c36c11228..4c733ad7e655 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> |