Add missing file.
This commit is contained in:
parent
3e065ec32b
commit
4bfe77be4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45401
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue