mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
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
|
PLIST_FILES= bin/p4
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.include "Makefile.inc"
|
.include "Makefile.inc"
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${_DISTDIR}/p4 ${PREFIX}/bin/
|
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue