[csw-devel] SF.net SVN: gar:[6020] csw/mgar/pkg/rcs/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Thu Aug 13 11:50:48 CEST 2009
Revision: 6020
http://gar.svn.sourceforge.net/gar/?rev=6020&view=rev
Author: dmichelsen
Date: 2009-08-13 09:50:48 +0000 (Thu, 13 Aug 2009)
Log Message:
-----------
rcs: Force use of CSWdiffutils
Modified Paths:
--------------
csw/mgar/pkg/rcs/trunk/Makefile
Modified: csw/mgar/pkg/rcs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rcs/trunk/Makefile 2009-08-13 09:26:28 UTC (rev 6019)
+++ csw/mgar/pkg/rcs/trunk/Makefile 2009-08-13 09:50:48 UTC (rev 6020)
@@ -12,14 +12,21 @@
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+REQUIRED_PKGS = CSWdiffutils
+
man1dir = $(mandir)/man1
man5dir = $(mandir)/man5
+DIFF = $(bindir)/gdiff
+DIFF3 = $(bindir)/gdiff3
+
NORUNPATH = 1
CONFIGURE_ARGS = --prefix=$(prefix)
+CONFIGURE_ARGS += --with-diffutils
TEST_TARGET =
INSTALL_OVERRIDE_DIRS = prefix man1dir man5dir
+BUILD_OVERRIDE_DIRS = DIFF DIFF3
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