freebsd-ports/shells/bash-static/Makefile
Emanuel Haupt c73a7391d6 Ports should not change their pkgname depending on options. Change the way how
the slave port is handled.

PR:		197818
Submitted by:	mat
2015-02-19 15:59:54 +00:00

11 lines
183 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../../shells/bash
OPTIONS_SLAVE= STATIC
PKGNAMESUFFIX= -static
.include "${MASTERDIR}/Makefile"