summaryrefslogtreecommitdiff
path: root/www/contao210-example
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-30 23:21:00 +0000
committertaca <taca@pkgsrc.org>2011-12-30 23:21:00 +0000
commit302706856fcf5c378fd792900db1e86135334e78 (patch)
tree660d252387c0b39c7bc1c3b33083140f7837b6a6 /www/contao210-example
parent9ee308719734b7ac7b12045115eae6bad18a6cdb (diff)
downloadpkgsrc-302706856fcf5c378fd792900db1e86135334e78.tar.gz
Deal with some distfile change.
Diffstat (limited to 'www/contao210-example')
-rw-r--r--www/contao210-example/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/contao210-example/Makefile b/www/contao210-example/Makefile
index 2f3fe74f453..fedbeffdbba 100644
--- a/www/contao210-example/Makefile
+++ b/www/contao210-example/Makefile
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/08/12 13:09:03 taca Exp $
+# $NetBSD: Makefile,v 1.2 2011/12/30 23:21:00 taca Exp $
#
+DIST_SUBDIR= ${CT_DIST_SUBDIR}
LICENSE= gnu-lgpl-v3
CT_VERS= 210
+pre-patch:
+ ${FIND} ${WRKSRC} -name '._*' -exec ${RM} '{}' \;
+
.include "../../www/contao/Makefile.example"
.include "../../www/contao/Makefile.common"
.include "../../lang/php/phpversion.mk"