diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-04-13 20:42:30 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-04-13 20:42:30 +0000 |
commit | 69a794994e7f30ecfcae16373c3d93d51545320b (patch) | |
tree | 1acd3188eea04be806e6e82cfbec8dda7be83921 /security | |
parent | cb12a16612612831f6f6bbd94da706587b241b2c (diff) | |
download | ports-69a794994e7f30ecfcae16373c3d93d51545320b.tar.gz ports-69a794994e7f30ecfcae16373c3d93d51545320b.zip |
Diffstat (limited to 'security')
-rw-r--r-- | security/openfortivpn/Makefile | 1 | ||||
-rw-r--r-- | security/trousers/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/security/openfortivpn/Makefile b/security/openfortivpn/Makefile index ae83e4d48e1f..6f0ec2f6d5c8 100644 --- a/security/openfortivpn/Makefile +++ b/security/openfortivpn/Makefile @@ -19,7 +19,6 @@ USE_GITHUB= yes GH_ACCOUNT= adrienverge GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed \ OPENSSL_CFLAGS=${OPENSSLINC} \ OPENSSL_LIBS="-lssl -lcrypto" diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 863c35e41098..7fcaa92f8bab 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -22,7 +22,6 @@ USE_LDCONFIG= YES USE_RC_SUBR= tcsd INSTALL_TARGET= install-strip GNU_CONFIGURE= YES -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-gui=none --enable-static \ --localstatedir=${PREFIX}/var \ --with-tssuser=${USERS} \ |