diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2008-11-12 15:47:25 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2008-11-12 15:47:25 +0000 |
commit | 1ca6f4303b94baa298845f3fb4b307995719f4c3 (patch) | |
tree | 190b112d619f6bfa905ca86df97f62a9f9d78374 /net/unfs3 | |
parent | 6a04273eb97714d3f4e707dc61dfc8513c126dac (diff) | |
download | ports-1ca6f4303b94baa298845f3fb4b307995719f4c3.tar.gz ports-1ca6f4303b94baa298845f3fb4b307995719f4c3.zip |
Notes
Diffstat (limited to 'net/unfs3')
-rw-r--r-- | net/unfs3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/unfs3/Makefile b/net/unfs3/Makefile index 5af2d065d61f..93bbec0b7959 100644 --- a/net/unfs3/Makefile +++ b/net/unfs3/Makefile @@ -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> |