aboutsummaryrefslogtreecommitdiff
path: root/editors/lfhex
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-07-25 15:06:48 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-07-25 15:06:48 +0000
commit856105bda21f45d34d70a93e9cb2d698c5f2aa56 (patch)
tree8d9f530456b48155af27bb56625909d701e4d9e9 /editors/lfhex
parentb40b2c1f3be067ee2b388c8bd9a675ec61a77684 (diff)
downloadports-856105bda21f45d34d70a93e9cb2d698c5f2aa56.tar.gz
ports-856105bda21f45d34d70a93e9cb2d698c5f2aa56.zip
- Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize Makefile headers
Notes
Notes: svn path=/head/; revision=392887
Diffstat (limited to 'editors/lfhex')
-rw-r--r--editors/lfhex/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile
index e2b498847e9f..1104e2b0c4af 100644
--- a/editors/lfhex/Makefile
+++ b/editors/lfhex/Makefile
@@ -1,4 +1,4 @@
-# Created by: ijliao
+# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= lfhex
@@ -11,15 +11,15 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Large file hex editor
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/../COPYING
-USE_QT4= corelib gui moc_build rcc_build
USES= bison qmake
+USE_QT4= corelib gui moc_build rcc_build
WRKSRC= ${WRKDIR}/${DISTNAME}/src
PORTDOCS= README
PLIST_FILES= bin/lfhex
-LICENSE_FILES= ${WRKSRC}/../COPYING
OPTIONS_DEFINE= DOCS
@@ -31,9 +31,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lfhex ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>