diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 08:10:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 08:10:49 +0000 |
commit | d024fb1d6638d77ab13452c56f7b1541e5bb5231 (patch) | |
tree | 65b9faf1ac835a18be1c87c260cb0e68ab8d9e16 /shells | |
parent | e352c75f10b31ec6644ac09d0e871505c72bb33f (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=337646
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bashc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shells/bashc/Makefile b/shells/bashc/Makefile index 82adee7ba2b5..0ddf8217b296 100644 --- a/shells/bashc/Makefile +++ b/shells/bashc/Makefile @@ -18,12 +18,7 @@ PLIST_FILES= bin/bashc \ etc/bash_commander \ etc/bash_dialog -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in -post-install: - @${SETENV} PKG_PREFIX="${PREFIX}" PKG_DESTDIR="${DESTDIR}" \ - ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include <bsd.port.mk> |