[csw-devel] SF.net SVN: gar:[4125] csw/mgar/pkg/cpan/ack/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Wed Apr 1 01:52:30 CEST 2009


Revision: 4125
          http://gar.svn.sourceforge.net/gar/?rev=4125&view=rev
Author:   skayser
Date:     2009-03-31 23:52:30 +0000 (Tue, 31 Mar 2009)

Log Message:
-----------
ack: only install ack itself

Modified Paths:
--------------
    csw/mgar/pkg/cpan/ack/trunk/Makefile

Modified: csw/mgar/pkg/cpan/ack/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/ack/trunk/Makefile	2009-03-31 23:09:06 UTC (rev 4124)
+++ csw/mgar/pkg/cpan/ack/trunk/Makefile	2009-03-31 23:52:30 UTC (rev 4125)
@@ -3,17 +3,26 @@
 CATEGORIES = cpan
 AUTHOR = PETDANCE
 
-DESCRIPTION = A tool like grep, aimed at programmers
+DESCRIPTION = grep-like text finder, aimed at programmers
 define BLURB
-ack is a tool like grep, aimed at programmers with large trees of heterogeneous
-source code. ack is written purely in Perl, and takes advantage of the power of
-Perl's regular expressions. 
+  ack is a tool like grep, aimed at programmers with large trees of 
+  heterogeneous source code. ack is written purely in Perl, and takes 
+  advantage of the power of Perl's regular expressions. 
 endef
 
 PACKAGES = CSWack
 CATALOGNAME = ack
 ARCHALL = 1
 
-LICENSE = COPYRIGHT
+LICENSE = 
 
+INSTALL_SCRIPTS = custom
+
 include gar/category.mk
+
+install-custom:
+	@ginstall -d $(DESTDIR)$(bindir)
+	@ginstall -d $(DESTDIR)$(mandir)/man1
+	@cp $(WORKSRC)/ack $(DESTDIR)$(bindir)
+	@pod2man --section=1 $(WORKSRC)/ack > $(DESTDIR)$(mandir)/man1/ack.1
+	@$(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