mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
12 lines
390 B
Plaintext
12 lines
390 B
Plaintext
--- .//data/Makefile.in.orig 2014-02-27 22:23:50.000000000 +0300
|
|
+++ .//data/Makefile.in 2014-12-23 18:26:20.000000000 +0200
|
|
@@ -25,7 +25,7 @@
|
|
PKGDATA_OPTS = -O $(top_builddir)/data/icupkg.inc
|
|
endif
|
|
ifeq ($(PKGDATA_VERSIONING),)
|
|
-PKGDATA_VERSIONING = -r $(SO_TARGET_VERSION)
|
|
+PKGDATA_VERSIONING = -r $(SO_TARGET_VERSION_MAJOR)
|
|
endif
|
|
|
|
# This allows all the data to be in one directory
|