mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Support stage
This commit is contained in:
parent
9081694510
commit
c436086c39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338688
@ -11,7 +11,6 @@ DISTNAME= p7zip_${DISTVERSION}_src_all
|
||||
MAINTAINER= bf@FreeBSD.org
|
||||
COMMENT= High-ratio PPMD compressor
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
WRKSRC= ${WRKDIR}/p7zip_${DISTVERSION}
|
||||
@ -27,7 +26,7 @@ post-patch:
|
||||
${BUILD_WRKSRC}/${MAKEFILE}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PKGBASE}
|
||||
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PKGBASE}
|
||||
|
||||
regression-test: build
|
||||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
|
||||
|
Loading…
Reference in New Issue
Block a user