aboutsummaryrefslogtreecommitdiff
path: root/shells/bashc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 08:10:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 08:10:49 +0000
commitd024fb1d6638d77ab13452c56f7b1541e5bb5231 (patch)
tree65b9faf1ac835a18be1c87c260cb0e68ab8d9e16 /shells/bashc
parente352c75f10b31ec6644ac09d0e871505c72bb33f (diff)
downloadports-d024fb1d6638d77ab13452c56f7b1541e5bb5231.tar.gz
ports-d024fb1d6638d77ab13452c56f7b1541e5bb5231.zip
Notes
Diffstat (limited to 'shells/bashc')
-rw-r--r--shells/bashc/Makefile5
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>