1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

Style fix:

- Remove post-install information from DESCR's.
  - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
  - Remove unnecessary whitespace.

Pointed out by:	portlint
This commit is contained in:
Akinori MUSHA 2000-04-04 19:03:36 +00:00
parent b5483daebb
commit a42adeafdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27329
20 changed files with 32 additions and 36 deletions

View File

@ -19,7 +19,7 @@ post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/fastjar ${MKDIR} ${PREFIX}/share/doc/fastjar
cd ${WRKSRC} && ${INSTALL_DATA} CHANGES README ${PREFIX}/share/doc/fastjar/ cd ${WRKSRC} && ${INSTALL_DATA} CHANGES README ${PREFIX}/share/doc/fastjar/
.endif
@${CAT} ${PKGMESSAGE} @${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
************************************************************ ************************************************************
Please refer to the documents held in: Please refer to the documents held in:
/usr/local/share/doc/fastjar/ ${PREFIX}/share/doc/fastjar/
************************************************************ ************************************************************

View File

@ -1,6 +1,6 @@
************************************************************ ************************************************************
Quickstart: Quickstart:
cd /usr/local/etc cd ${PREFIX}/etc
cp cvsweb.conf.sample cvsweb.conf cp cvsweb.conf.sample cvsweb.conf
and you can browse your CVS repository via web if you set up and you can browse your CVS repository via web if you set up
@ -11,5 +11,5 @@ will be like `http://localhost/cgi-bin/cvsweb.cgi'.
browse, try editing cvsweb.conf as you like. browse, try editing cvsweb.conf as you like.
For further information, please look into the directory For further information, please look into the directory
`/usr/local/share/doc/cvsweb/'. `${PREFIX}/share/doc/cvsweb/'.
************************************************************ ************************************************************

View File

@ -1,6 +1,6 @@
************************************************************ ************************************************************
Quickstart: Quickstart:
cd /usr/local/etc cd ${PREFIX}/etc
cp cvsweb.conf.sample cvsweb.conf cp cvsweb.conf.sample cvsweb.conf
and you can browse your CVS repository via web if you set up and you can browse your CVS repository via web if you set up
@ -11,5 +11,5 @@ will be like `http://localhost/cgi-bin/cvsweb.cgi'.
browse, try editing cvsweb.conf as you like. browse, try editing cvsweb.conf as you like.
For further information, please look into the directory For further information, please look into the directory
`/usr/local/share/doc/cvsweb/'. `${PREFIX}/share/doc/cvsweb/'.
************************************************************ ************************************************************

View File

@ -8,7 +8,7 @@ and you can play with VMware after the next boot.
Or hit the following commands to play now. :) Or hit the following commands to play now. :)
/sbin/mount_linprocfs linproc /compat/linux/proc /sbin/mount_linprocfs linproc /compat/linux/proc
/usr/local/etc/rc.d/vmware.sh start ${PREFIX}/etc/rc.d/vmware.sh start
Also, consider making a link /compat/linux/tmp if your /tmp Also, consider making a link /compat/linux/tmp if your /tmp
doesn't have sufficient free space or is slow. VMware uses doesn't have sufficient free space or is slow. VMware uses

View File

@ -1,11 +1,11 @@
************************************************************ ************************************************************
Get Linux procfs ready and initialize vmmon/vmnet as follows: Get Linux procfs ready and initialize vmmon/vmnet as follows:
/usr/local/etc/rc.d/vmware.sh start ${PREFIX}/etc/rc.d/vmware.sh start
then you'll be ready to start vmware. then you'll be ready to start vmware.
Don't miss the documents installed: Don't miss the documents installed:
vmware(1) /usr/local/share/doc/vmware/* vmware(1) ${PREFIX}/share/doc/vmware/*
************************************************************ ************************************************************

View File

@ -21,7 +21,7 @@ lib/vmware/lib/help/ConfigDisks.htm
lib/vmware/lib/help/ConfigEditor.htm lib/vmware/lib/help/ConfigEditor.htm
lib/vmware/lib/help/ConfigEthernet.htm lib/vmware/lib/help/ConfigEthernet.htm
lib/vmware/lib/help/ConfigFloppy.htm lib/vmware/lib/help/ConfigFloppy.htm
lib/vmware/lib/help/ConfigGuestOS.htm lib/vmware/lib/help/ConfigGuestOS.htm
lib/vmware/lib/help/ConfigMemory.htm lib/vmware/lib/help/ConfigMemory.htm
lib/vmware/lib/help/ConfigMisc.htm lib/vmware/lib/help/ConfigMisc.htm
lib/vmware/lib/help/ConfigParallel.htm lib/vmware/lib/help/ConfigParallel.htm

View File

@ -1,11 +1,11 @@
************************************************************ ************************************************************
Get Linux procfs ready and initialize vmmon/vmnet as follows: Get Linux procfs ready and initialize vmmon/vmnet as follows:
/usr/local/etc/rc.d/vmware.sh start ${PREFIX}/etc/rc.d/vmware.sh start
then you'll be ready to start vmware. then you'll be ready to start vmware.
Don't miss the documents installed: Don't miss the documents installed:
vmware(1) /usr/local/share/doc/vmware/* vmware(1) ${PREFIX}/share/doc/vmware/*
************************************************************ ************************************************************

View File

@ -21,7 +21,7 @@ lib/vmware/lib/help/ConfigDisks.htm
lib/vmware/lib/help/ConfigEditor.htm lib/vmware/lib/help/ConfigEditor.htm
lib/vmware/lib/help/ConfigEthernet.htm lib/vmware/lib/help/ConfigEthernet.htm
lib/vmware/lib/help/ConfigFloppy.htm lib/vmware/lib/help/ConfigFloppy.htm
lib/vmware/lib/help/ConfigGuestOS.htm lib/vmware/lib/help/ConfigGuestOS.htm
lib/vmware/lib/help/ConfigMemory.htm lib/vmware/lib/help/ConfigMemory.htm
lib/vmware/lib/help/ConfigMisc.htm lib/vmware/lib/help/ConfigMisc.htm
lib/vmware/lib/help/ConfigParallel.htm lib/vmware/lib/help/ConfigParallel.htm

View File

@ -1,6 +1,5 @@
Esecanna-module-vje25 is a esecanna module for VJE-Delta 2.5. Esecanna-module-vje25 is a esecanna module for VJE-Delta 2.5.
Further documentation is under /usr/local/share/doc/esecanna, Further information is found on the following web site:
and the following web site:
WWW: http://esecanna.netfort.gr.jp/ WWW: http://esecanna.netfort.gr.jp/

View File

@ -1,6 +1,5 @@
Esecanna-module-vje30 is a esecanna module for VJE-Delta 3.0. Esecanna-module-vje30 is a esecanna module for VJE-Delta 3.0.
Further documentation is under /usr/local/share/doc/esecanna, Further information is found on the following web site:
and the following web site:
WWW: http://esecanna.netfort.gr.jp/ WWW: http://esecanna.netfort.gr.jp/

View File

@ -1,6 +1,5 @@
Esecanna-module-wnn6 is a esecanna module for Wnn6. Esecanna-module-wnn6 is a esecanna module for Wnn6.
Further documentation is under /usr/local/share/doc/esecanna, Further information is found on the following web site:
and the following web site:
WWW: http://esecanna.netfort.gr.jp/ WWW: http://esecanna.netfort.gr.jp/

View File

@ -15,7 +15,6 @@ also from the console applications.
\/ || \/ ||
[ input engine ] (vjed or jserver) [ input engine ] (vjed or jserver)
Further documentation is under /usr/local/share/doc/esecanna/ Further information is found on the following web site:
and the following web site:
WWW: http://esecanna.netfort.gr.jp/ WWW: http://esecanna.netfort.gr.jp/

View File

@ -11,6 +11,10 @@ Quick Setup:
If you find something strange with esecanna, please consult If you find something strange with esecanna, please consult
the log file `/var/log/esecanna.log'. the log file `/var/log/esecanna.log'.
Read the documents under ${PREFIX}/share/doc/esecanna/
for details.
Note: Note:
Using VJE-Delta 3.0 trial, esecannaserver will fail to Using VJE-Delta 3.0 trial, esecannaserver will fail to
connect to vjed before once you run vje. connect to vjed before once you run vje.

View File

@ -8,7 +8,6 @@ Forth or C, depending on your preferences.
WWW: http://space.mit.edu/~davis/jed.html WWW: http://space.mit.edu/~davis/jed.html
See /usr/local/lib/jed/doc/jed-j.doc about Japanese support.
For the latest information, take a look at: For the latest information, take a look at:
http://kondara.sdri.co.jp/~kikutani/jed.html http://kondara.sdri.co.jp/~kikutani/jed.html

View File

@ -1,5 +1,7 @@
************************************************************ ************************************************************
Quickstart: Quickstart:
cp /usr/local/lib/jed/lib/jed.rc ~/.jedrc cp ${PREFIX}/lib/jed/lib/jed.rc ~/.jedrc
jed ~/.jedrc jed ~/.jedrc
Read ${PREFIX}/lib/jed/doc/jed-j.doc for details.
************************************************************ ************************************************************

View File

@ -1,7 +1,3 @@
This is the Kakasi library module for Perl5. This is the Kakasi library module for Perl5.
WWW: http://www.daionet.gr.jp/~knok/kakasi/ WWW: http://www.daionet.gr.jp/~knok/kakasi/
Use jman to read the manpage written in Japanese.
% jman 3 Text::Kakasi

View File

@ -4,11 +4,11 @@ JFC from ports (supplied as java/jdk and java/jfc) and set
the following environment variables: the following environment variables:
B-shells) B-shells)
export JAVA_HOME=/usr/local/jdk1.1.8 export JAVA_HOME=${PREFIX}/jdk1.1.8
export SWING_HOME=/usr/local/share/java/classes/jfc-1.1.1 export SWING_HOME=${PREFIX}/share/java/classes/jfc-1.1.1
C-shells) C-shells)
setenv JAVA_HOME /usr/local/jdk1.1.8 setenv JAVA_HOME ${PREFIX}/jdk1.1.8
setenv SWING_HOME /usr/local/share/java/classes/jfc-1.1.1 setenv SWING_HOME ${PREFIX}/share/java/classes/jfc-1.1.1
************************************************************ ************************************************************

View File

@ -4,11 +4,11 @@ JFC from ports (supplied as java/jdk and java/jfc) and set
the following environment variables: the following environment variables:
B-shells) B-shells)
export JAVA_HOME=/usr/local/jdk1.1.8 export JAVA_HOME=${PREFIX}/jdk1.1.8
export SWING_HOME=/usr/local/share/java/classes/jfc-1.1.1 export SWING_HOME=${PREFIX}/share/java/classes/jfc-1.1.1
C-shells) C-shells)
setenv JAVA_HOME /usr/local/jdk1.1.8 setenv JAVA_HOME ${PREFIX}/jdk1.1.8
setenv SWING_HOME /usr/local/share/java/classes/jfc-1.1.1 setenv SWING_HOME ${PREFIX}/share/java/classes/jfc-1.1.1
************************************************************ ************************************************************

View File

@ -28,4 +28,3 @@ or use Netscape for FreeBSD with this port.
EOF EOF
exit 1 exit 1
fi fi