From 856105bda21f45d34d70a93e9cb2d698c5f2aa56 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sat, 25 Jul 2015 15:06:48 +0000 Subject: - 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 --- editors/lfhex/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'editors/lfhex') 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 # $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 -- cgit v1.2.3