Support staging
This commit is contained in:
parent
7d61591272
commit
50e496e50a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344567
1 changed files with 3 additions and 10 deletions
|
@ -14,19 +14,12 @@ USE_CSTD= gnu89
|
|||
MAKEFILE= makefile
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
MAN1= zmrx.1 zmtx.1
|
||||
PLIST_FILES= bin/zmrx bin/zmtx
|
||||
PLIST_FILES= bin/zmrx bin/zmtx man/man1/zmrx.1.gz man/man1/zmtx.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
.for f in zmrx zmtx
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${MANPREFIX}/man/man1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_MSG}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue