1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Remove bogus ${STAGE} mentions

- Remove always-true OSVERSION condition

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-05-07 15:22:39 +00:00
parent 4c832cf932
commit f1094b414b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469290

View File

@ -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 \