[csw-devel] SF.net SVN: gar:[11610] csw/mgar/pkg/apache2/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Nov 14 23:33:03 CET 2010
Revision: 11610
http://gar.svn.sourceforge.net/gar/?rev=11610&view=rev
Author: bdwalton
Date: 2010-11-14 22:33:03 +0000 (Sun, 14 Nov 2010)
Log Message:
-----------
apache2: update prototype for changes in build CAS handling
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-11-14 22:18:18 UTC (rev 11609)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-11-14 22:33:03 UTC (rev 11610)
@@ -198,7 +198,7 @@
PKGFILES_CSWap2worker = .*share/doc/ap2_worker.* .*sbin/httpd.worker
PKGFILES_CSWapache2rt = .*share/doc/apache2rt.*
-PROTOTYPE_FILTER = awk '$$$$3 ~ /\/apache2\/etc\/.*CSW/ { $$$$1 = "e"; $$$$2 = "build"; $$$$4 = "?"; $$$$5 = "?"; $$$$6 = "?"}; { print }'
+PROTOTYPE_FILTER = gawk '$$$$3 ~ /apache2\/etc/ && $$$$1 == "f" && $$$$3 !~ /CSW/ && $$$$3 !~ /original/ {$$$$1 = "e"; $$$$2 = "build"; $$$$4 = "?"; $$$$5 ="?"; $$$$6 = "?"}; {print}'
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list