mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Port changes: * Change to DISTVERSION * Add LICENSE/LICENSE_FILE * Remove USE_GCC * Add USES=localbase instead of CPPFLAGS/LIBS PR: 226349 Submitted by: Dmitri Goutnik <dg@syrec.org> Approved by: lambert@lambertfam.org (maintainer timeout; 19 days)
11 lines
329 B
Text
11 lines
329 B
Text
--- include/Makefile.in.orig 2012-03-31 11:55:36 UTC
|
|
+++ include/Makefile.in
|
|
@@ -105,7 +105,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
SET_MAKE = @SET_MAKE@
|
|
SHELL = @SHELL@
|
|
STRIP = @STRIP@
|
|
-VERSION = @VERSION@
|
|
+VERSION = "@VERSION@"
|
|
abs_builddir = @abs_builddir@
|
|
abs_srcdir = @abs_srcdir@
|
|
abs_top_builddir = @abs_top_builddir@
|