opnsense-ports/devel/ruby-langscan/files/patch-configure.ac
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
337 B
Text

--- configure.ac.orig 2005-10-31 00:53:28.000000000 +0900
+++ configure.ac 2013-05-04 17:44:08.000000000 +0900
@@ -1,5 +1,6 @@
-AC_INIT(langscan.rb)
-AM_INIT_AUTOMAKE(langscan, 1.2)
+AC_INIT(LangScan, 1.2)
+AC_CONFIG_SRCDIR(langscan.rb)
+AM_INIT_AUTOMAKE
LANGSCAN_URI="http://gonzui.sourceforge.net/langscan/"
AC_SUBST(LANGSCAN_URI)