diff options
author | rodent <rodent> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-08 11:17:08 +0000 |
commit | 315a605c7a7b24362633aa81dda2e5490cef9ff2 (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /www/contao30 | |
parent | ea88ef50fe2ea773fba2c2a725ed155119491e80 (diff) | |
download | pkgsrc-315a605c7a7b24362633aa81dda2e5490cef9ff2.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'www/contao30')
-rw-r--r-- | www/contao30/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao30/Makefile b/www/contao30/Makefile index ec306342673..448412c6445 100644 --- a/www/contao30/Makefile +++ b/www/contao30/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/04/02 15:34:35 taca Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/08 11:17:24 rodent Exp $ # DISTNAME= contao-${CT_VERSION} @@ -79,7 +79,7 @@ pre-configure: ${CP} ${FILESDIR}/contao.conf ${WRKDIR} pre-install: - cd ${WRKSRC}; ${RM} -fr files/music_academy templates/music_academy.sql + cd ${WRKSRC}; ${RM} -fr files/music_academy templates/music_academy.sql ${FIND} ${WRKSRC} -name "*.orig*" -exec ${RM} -f {} \; do-install: |