diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 16:10:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 16:10:49 +0800 |
commit | f9f0f60ccf213bc6232752bb00159b113eef8333 (patch) | |
tree | 65b9faf1ac835a18be1c87c260cb0e68ab8d9e16 /shells | |
parent | b767379c2da5c67d1556cde91e58e20c2e521bc0 (diff) | |
download | freebsd-ports-gnome-f9f0f60ccf213bc6232752bb00159b113eef8333.tar.gz freebsd-ports-gnome-f9f0f60ccf213bc6232752bb00159b113eef8333.tar.zst freebsd-ports-gnome-f9f0f60ccf213bc6232752bb00159b113eef8333.zip |
Support stage
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> |