pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/contao41



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jun 17 14:04:00 UTC 2016

Modified Files:
        pkgsrc/www/contao41: Makefile

Log Message:
No need to remove none existing files.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/contao41/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/contao41/Makefile
diff -u pkgsrc/www/contao41/Makefile:1.6 pkgsrc/www/contao41/Makefile:1.7
--- pkgsrc/www/contao41/Makefile:1.6    Sat Apr 23 16:18:52 2016
+++ pkgsrc/www/contao41/Makefile        Fri Jun 17 14:04:00 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/04/23 16:18:52 taca Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/17 14:04:00 taca Exp $
 #
 
 DISTNAME=      contao-${CT_PKGVER}
@@ -86,9 +86,6 @@ PKG_USERS_VARS+=      APACHE_USER
 pre-configure:
        ${CP} ${FILESDIR}/contao.conf ${WRKDIR}
 
-pre-install:
-       cd ${WRKSRC}; ${RM} -fr files/music_academy templates/music_academy.sql
-
 do-install:
        cd ${WRKSRC}; pax -rw ${WWW_FILES} ${DESTDIR}${PREFIX}/${CT_WEBDIR}
        cd ${WRKSRC}; pax -rw ${EG_DATA} ${DESTDIR}${PREFIX}/${CT_EGDIR}



Home | Main Index | Thread Index | Old Index