d7fdb3471c
This port requires struct msdosfs_args, which is now kernel-only. See also: https://reviews.freebsd.org/D50718
15 lines
393 B
Makefile
15 lines
393 B
Makefile
PORTNAME= sash
|
|
PORTVERSION= 3.8
|
|
PORTREVISION= 1
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://members.tip.net.au/~dbell/programs/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Stand-Alone shell combining many common utilities
|
|
WWW= https://members.tip.net.au/~dbell/
|
|
|
|
# https://reviews.freebsd.org/D50718
|
|
BROKEN_FreeBSD_15= requires struct msdosfs_args, which is no longer exposed
|
|
|
|
.include <bsd.port.mk>
|