mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Fix INSTALLROOT issue which breaks 'make package' under some circumstances
- Take maintainership
This commit is contained in:
parent
edfb60aac4
commit
a8d62b50c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269170
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,7 @@ DISTNAME= ${PORTNAME}-${VERSION}
|
|||
DISTFILES= INIT.${VERSION}.tgz ast-ksh.${VERSION}.tgz
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Official AT&T release of KornShell 93
|
||||
|
||||
MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment
|
||||
|
@ -43,6 +43,9 @@ MAN1= ksh93.1
|
|||
|
||||
INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '1825 D' ${WRKSRC}/bin/package
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${SETENV} -i ${MAKE_ENV} ${SH} bin/package make
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue