diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-01-25 15:12:57 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2010-01-25 15:12:57 +0000 |
commit | 9c7a01ed9a7b2746dbfcb24d0ce04f763da30b1d (patch) | |
tree | c3ef6a7eb9a72b4a97f814afe28c17d234b051c9 /german | |
parent | 203ff805e997a31fe36899ed63c786f9b8b5c3ce (diff) | |
download | ports-9c7a01ed9a7b2746dbfcb24d0ce04f763da30b1d.tar.gz ports-9c7a01ed9a7b2746dbfcb24d0ce04f763da30b1d.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/citrix_xenapp/Makefile | 11 | ||||
-rw-r--r-- | german/citrix_xenapp/files/wfcmgr.in (renamed from german/citrix_xenapp/files/wfcmgr) | 2 | ||||
-rw-r--r-- | german/citrix_xenapp/files/wfica.in (renamed from german/citrix_xenapp/files/wfica) | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile index ae13de36d4ca..cc80ed5f99cc 100644 --- a/german/citrix_xenapp/Makefile +++ b/german/citrix_xenapp/Makefile @@ -34,6 +34,9 @@ PLIST_SUB+= HAVE_ICA_CERTS="" ICA_CERTS="${ICA_CERTS}" CERTDIR="${CERTDIR}" PLIST_SUB+= HAVE_ICA_CERTS="@comment " .endif +SUB_FILES= wfcmgr wfica +SUB_LIST= CDIR=${CDIR} + .include <bsd.port.pre.mk> .if defined(BATCH) || defined(PACKAGE_BUILDING) @@ -78,13 +81,9 @@ do-install: ${ECHO} "-----------------------------------------------------------" ; \ ${FALSE} ; \ fi - ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfcmgr \ - > ${WRKSRC}/wfcmgr.x - ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfica \ - > ${WRKSRC}/wfica.x cd ${WRKSRC} && ${SH} -c './setupwfc' - ${INSTALL_SCRIPT} ${WRKSRC}/wfcmgr.x ${PREFIX}/bin/wfcmgr - ${INSTALL_SCRIPT} ${WRKSRC}/wfica.x ${PREFIX}/bin/wfica + ${INSTALL_SCRIPT} ${WRKDIR}/wfcmgr ${PREFIX}/bin/wfcmgr + ${INSTALL_SCRIPT} ${WRKDIR}/wfica ${PREFIX}/bin/wfica ${MKDIR} ${LINUXBASE}/dev # XXX: This is missing a "${BRANDELF} -t Linux <executables>". diff --git a/german/citrix_xenapp/files/wfcmgr b/german/citrix_xenapp/files/wfcmgr.in index 70248171d687..6c28ad601484 100644 --- a/german/citrix_xenapp/files/wfcmgr +++ b/german/citrix_xenapp/files/wfcmgr.in @@ -1,3 +1,3 @@ #!/bin/sh -export ICAROOT=DESTINATION +export ICAROOT=%%CDIR%% exec $ICAROOT/wfcmgr diff --git a/german/citrix_xenapp/files/wfica b/german/citrix_xenapp/files/wfica.in index e0279ba0d816..d120da57817a 100644 --- a/german/citrix_xenapp/files/wfica +++ b/german/citrix_xenapp/files/wfica.in @@ -1,3 +1,3 @@ #!/bin/sh -export ICAROOT=DESTINATION +export ICAROOT=%%CDIR%% exec $ICAROOT/wfica "$@" |