diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-17 11:52:42 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-17 11:52:42 +0000 |
commit | e31267efa6ce25492d10096909f59fce1e839925 (patch) | |
tree | 6da13250e055eb9426fe0de72fa0831fd36929d7 /lang/gnustep-base | |
parent | aa31321545164d05fee3147ebbea8095a4bc0d33 (diff) | |
download | ports-e31267efa6ce25492d10096909f59fce1e839925.tar.gz ports-e31267efa6ce25492d10096909f59fce1e839925.zip |
Notes
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 4 | ||||
-rw-r--r-- | lang/gnustep-base/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index f1559ef1d5ef..7d09dbe28a7b 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -40,8 +40,8 @@ GNU_ARCH= ix86 .else GNU_ARCH= ${MACHINE_ARCH} .endif -PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} - +PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} \ + MAJORVERSION=${PORTVERSION:C/([0-9]).*/\1/1} ETCDIR= ${PREFIX}/../etc SYSLIBDIR= ${PREFIX}/System/Libraries diff --git a/lang/gnustep-base/pkg-plist b/lang/gnustep-base/pkg-plist index 80b2aa39e5d3..2d22ca8a3665 100644 --- a/lang/gnustep-base/pkg-plist +++ b/lang/gnustep-base/pkg-plist @@ -104,6 +104,7 @@ System/Headers/gnustep/unicode/decomp.h System/Headers/gnustep/unicode/latin2.h System/Headers/gnustep/unicode/nextstep.h System/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgnustep-base.so +System/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgnustep-base.so.%%MAJORVERSION%% System/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgnustep-base.so.%%VERSION%% System/Libraries/Resources/DTDs/gsdoc-0_6_5.dtd System/Libraries/Resources/DTDs/gsdoc-0_6_6.dtd |