diff options
author | tg <tg@FreeBSD.org> | 2001-07-17 19:52:42 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-07-17 19:52:42 +0800 |
commit | c8c5e904c8eeb3a04c30ef282a03ea59305740ed (patch) | |
tree | 41bcc8af5d505ed80e400267df8fd766c4b9c243 /lang | |
parent | 9a3550d86307a632f9bc8f72e4c5f5b40f034f92 (diff) | |
download | freebsd-ports-gnome-c8c5e904c8eeb3a04c30ef282a03ea59305740ed.tar.gz freebsd-ports-gnome-c8c5e904c8eeb3a04c30ef282a03ea59305740ed.tar.zst freebsd-ports-gnome-c8c5e904c8eeb3a04c30ef282a03ea59305740ed.zip |
Add missing file.
Diffstat (limited to 'lang')
-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 |