=================================================================== RCS file: /cvs/ports/mail/squirrelmail/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ports/mail/squirrelmail/Makefile 2009/09/09 13:50:03 1.6 +++ ports/mail/squirrelmail/Makefile 2009/10/20 07:58:17 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2009/09/09 12:50:03 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2009/10/20 06:58:17 yason Exp $ COMMENT = standards-based webmail package written in PHP @@ -27,9 +27,8 @@ RUN_DEPENDS = :php5-core-*:www/php5/core -pre-fake: - ${INSTALL_DATA_DIR} ${INSTDIR} do-install: - @cp -r ${WRKDIST}/* ${INSTDIR} + ${INSTALL_DATA_DIR} ${INSTDIR} + cd ${WRKDIST}; tar cf - . | tar xf - -C ${INSTDIR} .include