mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Support staging
- USES=gmake
This commit is contained in:
parent
3b0cd42984
commit
ff8e29ab91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335851
1 changed files with 4 additions and 6 deletions
|
@ -12,16 +12,14 @@ COMMENT= Prints its input, with escapes such as "<NUL>"
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
MAKE_ARGS= CC="${CC} ${CFLAGS}"
|
||||
ALL_TARGET= showkey
|
||||
|
||||
MAN1= showkey.1
|
||||
PLIST_FILES= bin/showkey
|
||||
PLIST_FILES= bin/showkey man/man1/showkey.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/showkey ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/showkey.1 ${MANPREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/showkey ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/showkey.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue