Lines 40-45
Link Here
|
40 |
IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html to accept their license and download ${DISTFILES} into ${DISTDIR} |
40 |
IGNORE=May not be redistributed due to licensing. Please visit http://www.citrix.com/downloads/citrix-receiver/receivers-by-platform/receiver-for-linux-121.html to accept their license and download ${DISTFILES} into ${DISTDIR} |
41 |
.endif |
41 |
.endif |
42 |
|
42 |
|
|
|
43 |
.if defined(ICA_CERTS) |
44 |
.for f in ${ICA_CERTS} |
45 |
PLIST_FILES+= ${CERTDIR}/${f} |
46 |
.endfor |
47 |
.endif |
48 |
|
43 |
pre-fetch: |
49 |
pre-fetch: |
44 |
.if defined(ICA_CERTS) |
50 |
.if defined(ICA_CERTS) |
45 |
.for f in ${ICA_CERTS} |
51 |
.for f in ${ICA_CERTS} |
Lines 70-75
Link Here
|
70 |
${MKDIR} ${STAGEDIR}${CDIR} |
76 |
${MKDIR} ${STAGEDIR}${CDIR} |
71 |
${MKDIR} ${STAGEDIR}${CDIR}/config |
77 |
${MKDIR} ${STAGEDIR}${CDIR}/config |
72 |
cd ${WRKDIR}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} |
78 |
cd ${WRKDIR}/linuxx86/linuxx86.cor/ && ${COPYTREE_SHARE} . ${STAGEDIR}${CDIR} |
|
|
79 |
${CHMOD} 0555 ${STAGEDIR}${CDIR}/wfcmgr ${STAGEDIR}${CDIR}/wfica |
73 |
cp ${WRKDIR}/setupwfc ${STAGEDIR}${CDIR} |
80 |
cp ${WRKDIR}/setupwfc ${STAGEDIR}${CDIR} |
74 |
|
81 |
|
75 |
.if defined(ICA_CERTS) |
82 |
.if defined(ICA_CERTS) |