pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/contao35
Module Name: pkgsrc
Committed By: taca
Date: Fri Jun 17 14:03:50 UTC 2016
Modified Files:
pkgsrc/www/contao35: Makefile
Log Message:
No need to remove none existing files.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/contao35/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/contao35/Makefile
diff -u pkgsrc/www/contao35/Makefile:1.13 pkgsrc/www/contao35/Makefile:1.14
--- pkgsrc/www/contao35/Makefile:1.13 Thu Jun 16 17:21:35 2016
+++ pkgsrc/www/contao35/Makefile Fri Jun 17 14:03:50 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/06/16 17:21:35 taca Exp $
+# $NetBSD: Makefile,v 1.14 2016/06/17 14:03:50 taca Exp $
#
DISTNAME= contao-${CT_PKGVER}
@@ -90,7 +90,6 @@ pre-configure:
${CP} ${FILESDIR}/contao.conf ${WRKDIR}
pre-install:
- cd ${WRKSRC}; ${RM} -fr files/music_academy templates/music_academy.sql
${FIND} ${WRKSRC} -name "*.orig*" -exec ${RM} -f {} \;
do-install:
Home |
Main Index |
Thread Index |
Old Index