diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-08 19:51:27 +0000 |
commit | 55dc0f983aadef274380ef51058802f94a995d7e (patch) | |
tree | 0ad23c2fc638bccd76a5e7adf6ab2f1e78be6ddb /security/fpm2 | |
parent | 0f9366f9540135d821fe5b190c32ad41f65eee57 (diff) | |
download | ports-55dc0f983aadef274380ef51058802f94a995d7e.tar.gz ports-55dc0f983aadef274380ef51058802f94a995d7e.zip |
Notes
Diffstat (limited to 'security/fpm2')
-rw-r--r-- | security/fpm2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fpm2/Makefile b/security/fpm2/Makefile index 06bcdfc09ad4..c03bec91852c 100644 --- a/security/fpm2/Makefile +++ b/security/fpm2/Makefile @@ -31,7 +31,7 @@ NLS_USES= gettext .include <bsd.port.options.mk> # Restrict to stable (even) versions, indicated by the second component. -PORTSCOUT= limit:^0.7\..* +PORTSCOUT= limit:^0.7\..* post-configure: @${REINPLACE_CMD} -e \ |