[csw-devel] SF.net SVN: gar:[4128] csw/mgar/pkg/cpan/ack/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed Apr 1 14:36:16 CEST 2009
Revision: 4128
http://gar.svn.sourceforge.net/gar/?rev=4128&view=rev
Author: skayser
Date: 2009-04-01 12:36:16 +0000 (Wed, 01 Apr 2009)
Log Message:
-----------
ack: added license and changelog
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-04-01 00:17:10 UTC (rev 4127)
+++ csw/mgar/pkg/cpan/ack/trunk/Makefile 2009-04-01 12:36:16 UTC (rev 4128)
@@ -14,8 +14,6 @@
CATALOGNAME = ack
ARCHALL = 1
-LICENSE =
-
INSTALL_SCRIPTS = custom
include gar/category.mk
@@ -23,6 +21,12 @@
install-custom:
@ginstall -d $(DESTDIR)$(bindir)
@ginstall -d $(DESTDIR)$(mandir)/man1
+ @ginstall -d $(DESTDIR)$(docdir)/$(GARNAME)
@cp $(WORKSRC)/ack $(DESTDIR)$(bindir)
@pod2man --section=1 $(WORKSRC)/ack > $(DESTDIR)$(mandir)/man1/ack.1
+ @cp $(WORKSRC)/Changes $(DESTDIR)$(docdir)/$(GARNAME)/changelog
@$(MAKECOOKIE)
+
+pre-merge-modulated:
+ @$(WORKSRC)/ack --version | sed -n '/^Copyright/,$$p' > $(WORKSRC)/COPYING
+ @$(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