diff options
author | wxs <wxs@FreeBSD.org> | 2008-11-12 23:47:25 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-11-12 23:47:25 +0800 |
commit | 02ebe6c080cb67db6ecd694a792af7183124f8a2 (patch) | |
tree | 235f223bdea6f20cbf3de7280965145e292ffef4 /net/unfs3 | |
parent | ce39f39ef3a589548486cedf1befcdacb0cd4043 (diff) | |
download | freebsd-ports-gnome-02ebe6c080cb67db6ecd694a792af7183124f8a2.tar.gz freebsd-ports-gnome-02ebe6c080cb67db6ecd694a792af7183124f8a2.tar.zst freebsd-ports-gnome-02ebe6c080cb67db6ecd694a792af7183124f8a2.zip |
Fix a typo in Config/exports.y
Noticed by: Garrett Cooper
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> |