mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging.
Sponsored by: Absolight
This commit is contained in:
parent
25c39fb4fb
commit
2f41aa6566
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341228
@ -13,12 +13,10 @@ COMMENT= Makes a histogram summarizing "diff" output
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= makefile
|
||||
|
||||
MAN1= diffstat.1
|
||||
PLIST_FILES= bin/diffstat
|
||||
PLIST_FILES= bin/diffstat man/man1/diffstat.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/diffstat ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user