View | Details | Raw Unified | Return to bug 187888 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	citrix_ica
4
PORTNAME=	citrix_ica
5
PORTVERSION=	12.1
5
PORTVERSION=	12.1
6
PORTREVISION=	1
6
CATEGORIES=	net comms linux
7
CATEGORIES=	net comms linux
7
MASTER_SITES=	#
8
MASTER_SITES=	#
8
DISTNAME=	linuxx86_12.1.0.203066
9
DISTNAME=	linuxx86_12.1.0.203066
Lines 31-37 Link Here
31
SUB_FILES=	wfcmgr wfica
32
SUB_FILES=	wfcmgr wfica
32
SUB_LIST=	CDIR=${CDIR}
33
SUB_LIST=	CDIR=${CDIR}
33
34
34
NO_STAGE=	yes
35
.include <bsd.port.pre.mk>
35
.include <bsd.port.pre.mk>
36
36
37
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
37
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
Lines 62-74 Link Here
62
		${FALSE} ; \
62
		${FALSE} ; \
63
	fi
63
	fi
64
	cd ${WRKSRC} && ${SH} -c './setupwfc'
64
	cd ${WRKSRC} && ${SH} -c './setupwfc'
65
	${INSTALL_SCRIPT} ${WRKDIR}/wfcmgr ${PREFIX}/bin/wfcmgr
65
	${INSTALL_SCRIPT} ${WRKDIR}/wfcmgr ${STAGEDIR}${PREFIX}/bin/wfcmgr
66
	${INSTALL_SCRIPT} ${WRKDIR}/wfica ${PREFIX}/bin/wfica
66
	${INSTALL_SCRIPT} ${WRKDIR}/wfica ${STAGEDIR}${PREFIX}/bin/wfica
67
# XXX: This is missing a "${BRANDELF} -t Linux <executables>".
67
# XXX: This is missing a "${BRANDELF} -t Linux <executables>".
68
68
69
.if defined(ICA_CERTS)
69
.if defined(ICA_CERTS)
70
.for f in ${ICA_CERTS}
70
.for f in ${ICA_CERTS}
71
	${INSTALL_DATA} ${DISTDIR}/${f} ${CERTDIR}
71
	${INSTALL_DATA} ${DISTDIR}/${f} ${STAGEDIR}${CERTDIR}
72
.endfor
72
.endfor
73
.endif
73
.endif

Return to bug 187888