[csw-devel] SF.net SVN: gar:[5439] csw/mgar/pkg/pound/trunk/Makefile

bensons at users.sourceforge.net bensons at users.sourceforge.net
Tue Jun 30 15:39:14 CEST 2009


Revision: 5439
          http://gar.svn.sourceforge.net/gar/?rev=5439&view=rev
Author:   bensons
Date:     2009-06-30 13:39:14 +0000 (Tue, 30 Jun 2009)

Log Message:
-----------
pound: fixed package name

Modified Paths:
--------------
    csw/mgar/pkg/pound/trunk/Makefile

Modified: csw/mgar/pkg/pound/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pound/trunk/Makefile	2009-06-30 13:35:06 UTC (rev 5438)
+++ csw/mgar/pkg/pound/trunk/Makefile	2009-06-30 13:39:14 UTC (rev 5439)
@@ -1,7 +1,6 @@
-GARNAME = Pound
+GARNAME = pound
 GARVERSION = 1.10
 CATEGORIES = net
-CATALOGNAME = pound
 
 DESCRIPTION = reverse proxy load balancer
 define BLURB
@@ -14,7 +13,8 @@
 endef
 
 MASTER_SITES = http://www.apsis.ch/pound/
-DISTFILES  = $(GARNAME)-$(GARVERSION).tgz
+DISTFILES  = Pound-$(GARVERSION).tgz
+DISTNAME   = Pound-$(GARVERSION)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tgz
@@ -48,8 +48,8 @@
 	ginstall -m 555 $(WORKSRC)/pound $(DESTDIR)$(sbindir)/pound
 	ginstall -d $(DESTDIR)$(mandir)/man8
 	ginstall -m 644 $(WORKSRC)/pound.8 $(DESTDIR)$(mandir)/man8/pound.8
-	ginstall -d $(DESTDIR)$(sysconfdir)/$(CATALOGNAME)
-	ginstall -m 644 $(FILEDIR)/pound-sample.cfg $(DESTDIR)$(sysconfdir)/$(CATALOGNAME)
+	ginstall -d $(DESTDIR)$(sysconfdir)/$(GARNAME)
+	ginstall -m 644 $(FILEDIR)/pound-sample.cfg $(DESTDIR)$(sysconfdir)/$(GARNAME)
 	ginstall -d $(DESTDIR)/var/opt/csw/run
 
 docs-list  = $(WORKSRC)/README
@@ -57,8 +57,8 @@
 docs-list += $(WORKSRC)/z2_2_5_1.py
 docs-list += $(WORKSRC)/z2_2_6_1.py
 install-docs:
-	ginstall -d $(DESTDIR)$(docdir)/$(CATALOGNAME)
+	ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
 	@( for file in $(docs-list) ; do \
-                ginstall -m 644 $$file $(DESTDIR)$(docdir)/$(CATALOGNAME) ; \
+                ginstall -m 644 $$file $(DESTDIR)$(docdir)/$(GARNAME) ; \
                         done )
 	@$(MAKECOOKIE)


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