diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 22:12:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-24 22:12:33 +0000 |
commit | 278044dc18bbc8c3a1251339fb2399970423a19d (patch) | |
tree | 6aac132485ccbee72078ff157d07edc52623601f | |
parent | 83e776e2291177d204a76c90a57ec091c22b2f63 (diff) |
Notes
-rw-r--r-- | www/sitecopy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 1cecc32d88e5..7aa0dcc9aeb2 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --with-ssl post-patch: @${REINPLACE_CMD} -e 's|;;|;|g' \ ${WRKSRC}/src/sitestore.c - @${REINPLACE_CMD} -e 's|25 26 27 28|25 26 27 28 29|g' \ + @${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \ ${WRKSRC}/configure .include <bsd.port.mk> |