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 /net-im | |
parent | f26c8efaac7d5c7934a01e89d790bac25766df39 (diff) | |
download | ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/linux-ymessenger/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/linux-ymessenger/Makefile b/net-im/linux-ymessenger/Makefile index 2a429e8bde70..d02bee64bd5f 100644 --- a/net-im/linux-ymessenger/Makefile +++ b/net-im/linux-ymessenger/Makefile @@ -39,7 +39,7 @@ do-extract: @for rpm in ${EXTRACT_ONLY}; do\ (cd ${WRKDIR} &&\ rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE}/$$rpm |\ - cpio --quiet -id);\ + ${CPIO} --quiet -id);\ done post-patch: |