diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-08-16 07:35:21 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-08-16 07:35:21 +0000 |
commit | 32e9445796c5f3d00db2c6c406b66891afc60629 (patch) | |
tree | 6617d2921b2a46230f151bc5ce98f2c7c47ded4c /www/zope-xmlmethods | |
parent | 2eca1797e0559e73841589ea3ecca950ce5b5a98 (diff) | |
download | ports-32e9445796c5f3d00db2c6c406b66891afc60629.tar.gz ports-32e9445796c5f3d00db2c6c406b66891afc60629.zip |
Notes
Diffstat (limited to 'www/zope-xmlmethods')
-rw-r--r-- | www/zope-xmlmethods/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope-xmlmethods/Makefile b/www/zope-xmlmethods/Makefile index a37846ae8dd6..8f8ae2f658ea 100644 --- a/www/zope-xmlmethods/Makefile +++ b/www/zope-xmlmethods/Makefile @@ -36,7 +36,7 @@ do-install: @ ${CHMOD} -R og+rX ${WRKSRC}/ @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} @ cd ${WRKSRC} && ${FIND} . \ - | ${CPIO} $CPIO_FLAGS} ${BINOWN}:${BINGRP} \ + | ${CPIO} ${CPIO_FLAGS} ${BINOWN}:${BINGRP} \ ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} post-install: |