Stage support
This commit is contained in:
parent
9e8393e8a6
commit
058205cb0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344487
1 changed files with 1 additions and 2 deletions
|
@ -26,12 +26,11 @@ NO_WRKSUBDIR= yes
|
|||
|
||||
PLIST_FILES= bin/p4
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.include "Makefile.inc"
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${_DISTDIR}/p4 ${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue