2d90b4385a
Fix license marker. maintainer timeout.
15 lines
639 B
Plaintext
15 lines
639 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.3 2010/04/04 15:37:54 ajacoutot Exp $
|
|
--- src/Makefile.in.orig Wed Mar 31 04:28:15 2010
|
|
+++ src/Makefile.in Thu Apr 1 09:59:26 2010
|
|
@@ -669,8 +669,8 @@ uninstall-am: uninstall-binPROGRAMS uninstall-desktope
|
|
|
|
check: all
|
|
@HAVE_GETOPT_LONG_TRUE@ test "`./$(PACKAGE) --version`" = "$(PACKAGE) $(VERSION)"
|
|
-@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --version >& /dev/null
|
|
-@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --help >& /dev/null
|
|
+@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --version > /dev/null
|
|
+@HAVE_GETOPT_LONG_TRUE@ ./$(PACKAGE) --help > /dev/null
|
|
|
|
run: check all
|
|
PKGSOUNDDIR=$(srcdir)/sounds ./$(PACKAGE)
|