diff options
author | tg <tg@FreeBSD.org> | 2001-07-23 20:14:23 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-07-23 20:14:23 +0800 |
commit | 16ee63c279374ad15c4e3c8f442fe8fff7105658 (patch) | |
tree | 4def9cfdd7f574b3b800028ed4fbd79d7b4b824b /x11-toolkits | |
parent | 1536b8d635308cda811ef8aa1037c86dfb41c7bd (diff) | |
download | freebsd-ports-graphics-16ee63c279374ad15c4e3c8f442fe8fff7105658.tar.gz freebsd-ports-graphics-16ee63c279374ad15c4e3c8f442fe8fff7105658.tar.zst freebsd-ports-graphics-16ee63c279374ad15c4e3c8f442fe8fff7105658.zip |
Add missing file.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 204b4ecc59e..8912a97a633 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -38,7 +38,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} SYSLIBDIR= ${PREFIX}/System/Libraries diff --git a/x11-toolkits/gnustep-gui/pkg-plist b/x11-toolkits/gnustep-gui/pkg-plist index c13dcab118b..7258dec900e 100644 --- a/x11-toolkits/gnustep-gui/pkg-plist +++ b/x11-toolkits/gnustep-gui/pkg-plist @@ -507,6 +507,7 @@ System/Libraries/Resources/PrinterTypes/Printers System/Libraries/Resources/PrinterTypes/Spanish.lproj/Linotronic_300.ppd System/Libraries/Resources/PrinterTypes/Swedish.lproj/Linotronic_300.ppd System/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgmodel.so.%%VERSION%% +System/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgnustep-gui.so.%%MAJORVERSION%% System/Libraries/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/libgnustep-gui.so.%%VERSION%% System/Library/Model/ColorPanel.gmodel System/Library/Model/SavePanel.gmodel |