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/citrix_xenapp/Makefile | |
parent | 203ff805e997a31fe36899ed63c786f9b8b5c3ce (diff) |
- Use SUB_FILES/LIST in lieu of sed
- No PORTREVISION bump needed
PR: ports/143104
Submitted by: Sevan Janiyan <venture37 geeklan.co.uk>
Notes
Notes:
svn path=/head/; revision=248558
Diffstat (limited to 'german/citrix_xenapp/Makefile')
-rw-r--r-- | german/citrix_xenapp/Makefile | 11 |
1 files changed, 5 insertions, 6 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>". |