1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix a typo in Config/exports.y

Noticed by:	Garrett Cooper
This commit is contained in:
Wesley Shields 2008-11-12 15:47:25 +00:00
parent 6a04273eb9
commit 1ca6f4303b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222772

View File

@ -7,6 +7,7 @@
PORTNAME= unfs3
PORTVERSION= 0.9.21
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -25,4 +26,7 @@ PLIST_FILES= sbin/unfsd
CONFIGURE_ARGS+= --enable-cluster
.endif
post-patch:
@${REINPLACE_CMD} 's/no_all_sqash/no_all_squash/' ${WRKSRC}/Config/exports.y
.include <bsd.port.mk>