aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 12:18:43 +0000
commit439b8a040c6cc5d9c091b08a90056d1059d4640b (patch)
tree8132e1111bd2c96ba9c0959d3cfce2b62a26551b /mail
parentf26c8efaac7d5c7934a01e89d790bac25766df39 (diff)
downloadports-439b8a040c6cc5d9c091b08a90056d1059d4640b.tar.gz
ports-439b8a040c6cc5d9c091b08a90056d1059d4640b.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/claws-mail/Makefile2
-rw-r--r--mail/openwebmail/Makefile6
-rw-r--r--mail/sylpheed-claws/Makefile2
3 files changed, 4 insertions, 6 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile
index cfc3f93e8622..857319c7feb0 100644
--- a/mail/claws-mail/Makefile
+++ b/mail/claws-mail/Makefile
@@ -39,8 +39,6 @@ CONFIGURE_ARGS= --enable-openssl --with-openssl-includes=${OPENSSLINC} \
--with-openssl-libs=${OPENSSLLIB}
.endif
-CPIO?= /usr/bin/cpio
-
.include <bsd.port.pre.mk>
CONFIGURE_ARGS+= --program-suffix="-claws" --enable-ipv6
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile
index 8f5e6ae6a665..a91b825d8086 100644
--- a/mail/openwebmail/Makefile
+++ b/mail/openwebmail/Makefile
@@ -143,8 +143,10 @@ pre-install:
do-install:
@${MKDIR} ${OWCGIDIR} ${OWDATADIR}
- @cd ${WRKSRC}/cgi-bin/openwebmail && ${FIND} . | cpio -dpum -R ${BINOWN}:mail ${OWCGIDIR}
- @cd ${WRKSRC}/data/openwebmail && ${FIND} . | cpio -dpum -R ${SHAREOWN}:${SHAREGRP} ${OWDATADIR}
+ @cd ${WRKSRC}/cgi-bin/openwebmail && ${FIND} . \
+ | ${CPIO} -dpum -R ${BINOWN}:mail ${OWCGIDIR}
+ @cd ${WRKSRC}/data/openwebmail && ${FIND} . \
+ | ${CPIO} -dpum -R ${SHAREOWN}:${SHAREGRP} ${OWDATADIR}
.if !exists(${OWCGIDIR}/etc/openwebmail.conf)
@${CP} ${OWCGIDIR}/etc/openwebmail.conf-dist ${OWCGIDIR}/etc/openwebmail.conf
.endif
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index cfc3f93e8622..857319c7feb0 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -39,8 +39,6 @@ CONFIGURE_ARGS= --enable-openssl --with-openssl-includes=${OPENSSLINC} \
--with-openssl-libs=${OPENSSLLIB}
.endif
-CPIO?= /usr/bin/cpio
-
.include <bsd.port.pre.mk>
CONFIGURE_ARGS+= --program-suffix="-claws" --enable-ipv6