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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jan 3 14:33:03 CET 2011


Revision: 12156
          http://gar.svn.sourceforge.net/gar/?rev=12156&view=rev
Author:   dmichelsen
Date:     2011-01-03 13:33:03 +0000 (Mon, 03 Jan 2011)

Log Message:
-----------
help2man: Add NLS and fix documentation for that

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

Modified: csw/mgar/pkg/help2man/trunk/Makefile
===================================================================
--- csw/mgar/pkg/help2man/trunk/Makefile	2011-01-03 12:18:44 UTC (rev 12155)
+++ csw/mgar/pkg/help2man/trunk/Makefile	2011-01-03 13:33:03 UTC (rev 12156)
@@ -14,18 +14,15 @@
 
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
-RUNTIME_DEP_PKGS = CSWpmlocalegettext
-BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS)
+DEP_PKGS = CSWpmlocalegettext
 
 CONFIGURE_ARGS = $(DIRPATHS)
-# We need to disable NLS as we don't have preloadable_libintl.so
-# (only installed on glibc systems)
-CONFIGURE_ARGS += --disable-nls
 
 TEST_SCRIPTS =
 
-ARCHALL = 1
-
 CHECKPKG_OVERRIDES_CSWhelp2man += surplus-dependency|CSWpmlocalegettext
 
 include gar/category.mk
+
+post-install-modulated:
+	-perl -pi -e 's,/usr/lib,$(libdir),' $(DESTDIR)$(infodir)/help2man.info


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