mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Fix LICENSE
- Fix command used for docs installation Approved by: portmgr blanket
This commit is contained in:
parent
d92b349a74
commit
8b5fa3946e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450036
@ -3,13 +3,12 @@
|
||||
|
||||
PORTNAME= debugedit
|
||||
PORTVERSION= 20170411.1
|
||||
#PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
COMMENT= ELF file debug information extractor and editor
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
|
||||
LIB_DEPENDS= libpopt.so:devel/popt
|
||||
|
||||
@ -22,7 +21,7 @@ USES= gmake
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/debugedit ${STAGEDIR}${PREFIX}/bin
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user