opnsense-ports/shells/bashc/Makefile
Shawn Webb 7eb3f149a7
Revert "Some ports won't work with PIE or RELRO+BIND_NOW."
This work will be redone as a bsd.hardening.exceptions.mk file.
OPNsense's ports sync script would overwrite the port Makefile.

This reverts commit 1b4cfac052.
2016-08-18 09:38:55 -04:00

21 lines
387 B
Makefile

# Created by: alepulver
# $FreeBSD$
PORTNAME= bashc
PORTVERSION= 3.2.33.0
PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU bash shell extended with visual two-panel file browser
MAKE_JOBS_UNSAFE= yes
USES= tar:tgz
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>