diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-02-15 09:26:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-02-15 09:26:17 +0800 |
commit | be800062568a81df273b4f90646748541b7fbb4e (patch) | |
tree | 9ab26075195e9ca3aa6e07065248f48d8e457309 /shells/ksh93 | |
parent | 62cc5a5c8e5442eee6a609ef4c05f0b99a2dc2cb (diff) | |
download | freebsd-ports-gnome-be800062568a81df273b4f90646748541b7fbb4e.tar.gz freebsd-ports-gnome-be800062568a81df273b4f90646748541b7fbb4e.tar.zst freebsd-ports-gnome-be800062568a81df273b4f90646748541b7fbb4e.zip |
- Fix INSTALLROOT issue which breaks 'make package' under some circumstances
- Take maintainership
Diffstat (limited to 'shells/ksh93')
-rw-r--r-- | shells/ksh93/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile index 6018c4e474e2..2cd8d07a0045 100644 --- a/shells/ksh93/Makefile +++ b/shells/ksh93/Makefile @@ -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 |