Date: Mon, 7 May 2018 15:22:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469290 - head/net-mgmt/sx Message-ID: <201805071522.w47FMeTx044869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon May 7 15:22:39 2018 New Revision: 469290 URL: https://svnweb.freebsd.org/changeset/ports/469290 Log: - Remove bogus ${STAGE} mentions - Remove always-true OSVERSION condition Approved by: portmgr blanket Modified: head/net-mgmt/sx/Makefile Modified: head/net-mgmt/sx/Makefile ============================================================================== --- head/net-mgmt/sx/Makefile Mon May 7 14:07:58 2018 (r469289) +++ head/net-mgmt/sx/Makefile Mon May 7 15:22:39 2018 (r469290) @@ -21,7 +21,7 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip USES= fuse gmake libtool pkgconfig sqlite CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" --prefix="${STAGE}${PREFIX}" \ + LDFLAGS="-L${LOCALBASE}/lib" --prefix="${PREFIX}" \ --sysconfdir="${ETCDIR}" --mandir="${MANPREFIX}/man" \ --with-system-libs @@ -32,7 +32,7 @@ OPTIONS_DEFAULT=SXSERVER .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSXSERVER} -CONFIGURE_ARGS+=--localstatedir="${STAGE}${PREFIX}/sxserver" +CONFIGURE_ARGS+=--localstatedir="${PREFIX}/sxserver" PLIST_SUB+= SXSERVER="" USE_RC_SUBR= sxserver SUB_FILES= pkg-message @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--disable-sxhttpd --disable-server PLIST_SUB+= SXSERVER="@comment " .endif -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1002000 +.if ${OPSYS} == FreeBSD PLIST_FILES+= lib/sxclient/libsxf_aes256-20.so \ lib/sxclient/libsxf_aes256.so \ lib/sxclient/libsxf_aes256_dummy-00.so \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805071522.w47FMeTx044869>