Support staging
This commit is contained in:
parent
2a26390552
commit
ec1e4bdeb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345371
1 changed files with 3 additions and 5 deletions
|
@ -12,12 +12,10 @@ COMMENT= A delay program with feedback to the user
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= delay.1
|
||||
PLIST_FILES= bin/delay
|
||||
PLIST_FILES= bin/delay man/man1/delay.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/delay ${PREFIX}/bin
|
||||
@${INSTALL_MAN} ${WRKSRC}/delay.1 ${MANPREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/delay ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/delay.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue