Skip to content

Commit fdb4b12

Browse files
committed
net/rsync: Fix typo in options check
Remove duplicate RENAMED option check and add the missing FLAGS one. This has no impact on default build configuration. Reported by: Juraj Lutter <otis@FreeBSD.org>
1 parent 8eed9a4 commit fdb4b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎net/rsync/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ZLIB_BASE_CONFIGURE_ON= --with-included-zlib=no
7676

7777
.include <bsd.port.options.mk>
7878

79-
.if make(makesum) || ${PORT_OPTIONS:MRENAMED} || ${PORT_OPTIONS:MICONV} || ${PORT_OPTIONS:MRENAMED}
79+
.if make(makesum) || ${PORT_OPTIONS:MRENAMED} || ${PORT_OPTIONS:MICONV} || ${PORT_OPTIONS:MFLAGS}
8080
DISTFILES+= ${PORTNAME}-patches-${DISTVERSION}${EXTRACT_SUFX}
8181
.endif
8282

0 commit comments

Comments
 (0)