diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 20:18:43 +0800 |
commit | 1a4fe1abef078142c88fe743751cab946f0e6d1a (patch) | |
tree | b3f0484b3d24d10d7a0453f904fc5634ac0fd064 /biology | |
parent | b986261853674afc9ed239fc66c9bd33bb7acb46 (diff) | |
download | freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.gz freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.tar.zst freebsd-ports-gnome-1a4fe1abef078142c88fe743751cab946f0e6d1a.zip |
Use the CPIO macro defined in bsd.port.mk.
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) |