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/hnb | |
parent | 28eb882aa04c420b3fe972dd8748b80c90c5cd82 (diff) | |
download | ports-3037cb61c7f1ac5ae9a15cee2365daa2d4036028.tar.gz ports-3037cb61c7f1ac5ae9a15cee2365daa2d4036028.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
Notes
Notes:
svn path=/head/; revision=321181
Diffstat (limited to 'editors/hnb')
-rw-r--r-- | editors/hnb/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
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> |