diff options
author | taca <taca@pkgsrc.org> | 2011-12-30 23:21:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-30 23:21:00 +0000 |
commit | 302706856fcf5c378fd792900db1e86135334e78 (patch) | |
tree | 660d252387c0b39c7bc1c3b33083140f7837b6a6 /www/contao210-example | |
parent | 9ee308719734b7ac7b12045115eae6bad18a6cdb (diff) | |
download | pkgsrc-302706856fcf5c378fd792900db1e86135334e78.tar.gz |
Deal with some distfile change.
Diffstat (limited to 'www/contao210-example')
-rw-r--r-- | www/contao210-example/Makefile | 6 |
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" |