- fix variable substitution

This commit is contained in:
ajacoutot 2007-06-22 14:47:08 +00:00
parent 8685e79d85
commit 5c55c65b2c
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.4 2007/06/21 13:28:52 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2007/06/22 14:47:08 ajacoutot Exp $
PKG_ARCH= *
COMMENT= "GNUstep makefile package"
DISTNAME= gnustep-make-2.0.1
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= devel
HOMEPAGE= http://www.gnustep.org/

View File

@ -1,4 +1,4 @@
# $OpenBSD: README.OpenBSD,v 1.2 2007/06/21 13:28:52 ajacoutot Exp $
# $OpenBSD: README.OpenBSD,v 1.3 2007/06/22 14:47:08 ajacoutot Exp $
#
# post-install optionnal steps
@ -23,16 +23,16 @@ Then see rc(8) to have "!!PREFIX!!/bin/gdomap -p" launched at boot time.
#
While opening GNUstep applications using their complete path is possible
(i.e. ${PREFIX}/libexec/GNUstep/ApplicationName.app/ApplicationName),
(i.e. !!PREFIX!!/libexec/GNUstep/ApplicationName.app/ApplicationName),
you're advised to use the "openapp" wrapper to do so.
For instance, to start the Calculator application, you would use:
${PREFIX}/bin/openapp Calculator
!!PREFIX!!/bin/openapp Calculator
According to your display, you may find the fonts to be too large/small
for your taste.
To change the default fonts size ("9"), use the following command:
${PREFIX}/bin/defaults write NSGlobalDomain NSFontSize <fontsize>
!!PREFIX!!/bin/defaults write NSGlobalDomain NSFontSize <fontsize>
#
# documentation