diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 12:18:43 +0000 |
commit | 439b8a040c6cc5d9c091b08a90056d1059d4640b (patch) | |
tree | 8132e1111bd2c96ba9c0959d3cfce2b62a26551b /biology | |
parent | - Fix .PLIST* creation (diff) |
Use the CPIO macro defined in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=98793
Diffstat (limited to 'biology')
-rw-r--r-- | biology/t_coffee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/t_coffee/Makefile b/biology/t_coffee/Makefile index 3dc443618b77..d7ab609160bf 100644 --- a/biology/t_coffee/Makefile +++ b/biology/t_coffee/Makefile @@ -47,7 +47,7 @@ post-install: @ ${MKDIR} ${EXAMPLESDIR} @ ${RMDIR} ${WRKSRC}/example/aln 2>/dev/null || ${TRUE} @ cd ${WRKSRC}/example && ${FIND} * \ - | cpio --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} + | ${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} @ ${SED} -e 's#%%DATADIR%%#${DATADIR}#' ${.CURDIR}/pkg-message \ > ${PKGMESSAGE} .if !defined(BATCH) |