svn commit: r337646 - head/shells/bashc

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 08:10:49 UTC 2013


Author: bapt
Date: Fri Dec 27 08:10:49 2013
New Revision: 337646
URL: http://svnweb.freebsd.org/changeset/ports/337646

Log:
  Support stage

Modified:
  head/shells/bashc/Makefile

Modified: head/shells/bashc/Makefile
==============================================================================
--- head/shells/bashc/Makefile	Fri Dec 27 08:09:02 2013	(r337645)
+++ head/shells/bashc/Makefile	Fri Dec 27 08:10:49 2013	(r337646)
@@ -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>


More information about the svn-ports-head mailing list