aboutsummaryrefslogtreecommitdiffstats
path: root/editors/lfhex
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2015-07-25 23:06:48 +0800
committerdanfe <danfe@FreeBSD.org>2015-07-25 23:06:48 +0800
commit3e9135ef07acbba3ce4233131189e565f71dd7fb (patch)
tree8d9f530456b48155af27bb56625909d701e4d9e9 /editors/lfhex
parent239b78a0d7451043852575e686fafa1719f793c1 (diff)
downloadfreebsd-ports-gnome-3e9135ef07acbba3ce4233131189e565f71dd7fb.tar.gz
freebsd-ports-gnome-3e9135ef07acbba3ce4233131189e565f71dd7fb.tar.zst
freebsd-ports-gnome-3e9135ef07acbba3ce4233131189e565f71dd7fb.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
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>