Sun Jun 22 03:28:32 2014 UTC ()
Remove Makefile.example which is not used by anywhere.


(taca)
diff -r1.76 -r1.77 pkgsrc/www/contao/Makefile.common
diff -r1.20 -r0 pkgsrc/www/contao/Makefile.example

cvs diff -r1.76 -r1.77 pkgsrc/www/contao/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/contao/Makefile.common 2014/06/22 03:25:21 1.76
+++ pkgsrc/www/contao/Makefile.common 2014/06/22 03:28:32 1.77
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile.common,v 1.76 2014/06/22 03:25:21 taca Exp $ 1# $NetBSD: Makefile.common,v 1.77 2014/06/22 03:28:32 taca Exp $
2# 2#
3# used by www/contao/Makefile.example" 
4# used by www/contao32/Makefile 3# used by www/contao32/Makefile
5# used by www/contao33/Makefile 4# used by www/contao33/Makefile
6 5
7# current release 6# current release
8CT32_VERSION= 3.2.12 7CT32_VERSION= 3.2.12
9CT33_VERSION= 3.3.3 8CT33_VERSION= 3.3.3
10 9
11CT_VERS?= 32 10CT_VERS?= 32
12 11
13.if ${CT_VERS} == "32" 12.if ${CT_VERS} == "32"
14CT_VERSION= ${CT32_VERSION} 13CT_VERSION= ${CT32_VERSION}
15.elif ${CT_VERS} == "33" 14.elif ${CT_VERS} == "33"
16CT_VERSION= ${CT33_VERSION} 15CT_VERSION= ${CT33_VERSION}

File Deleted: pkgsrc/www/contao/Attic/Makefile.example