mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
9179ba7133
Library for command line and configuration file parsing Approved by: garga (mentor)
20 lines
495 B
Plaintext
20 lines
495 B
Plaintext
--- Rules.make.in.orig Mon Apr 30 11:56:50 2007
|
|
+++ Rules.make.in Mon Apr 30 11:57:50 2007
|
|
@@ -15,6 +15,7 @@
|
|
|
|
PACKAGE = @PACKAGE@
|
|
VERSION = @VERSION@
|
|
+SHLIB_MAJOR = @SHLIB_MAJOR@
|
|
|
|
CVSTAG = $(PACKAGE)-$(subst .,_,$(VERSION))
|
|
|
|
@@ -25,7 +26,7 @@
|
|
|
|
LIBSTATIC = $(PACKAGE).a
|
|
LIBDYNAMIC = $(PACKAGE).so
|
|
-LIBDYNAMICV = $(PACKAGE).so.$(VERSION)
|
|
+LIBDYNAMICV = $(PACKAGE).so.$(SHLIB_MAJOR)
|
|
|
|
install_LIB = $(LIBSTATIC) $(LIBDYNAMICV)
|
|
SCRIPTS =
|