1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Use SUB_FILES for pkg-message

This commit is contained in:
Edwin Groothuis 2006-04-01 12:22:23 +00:00
parent 14dbb6b7a3
commit ad95510985
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158544
7 changed files with 21 additions and 15 deletions

View File

@ -17,6 +17,8 @@ COMMENT= The OpenNAP open-source Napster server
USE_GMAKE= YES
GNU_CONFIGURE= YES
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
post-install:
(${ECHO_CMD} "" ; ${ECHO_CMD} "admin" ; ${ECHO_CMD} "opennap" ; ${ECHO_CMD} "") | ${WRKSRC}/setup

View File

@ -4,16 +4,16 @@ A default administrator user has been created.
The user name is 'admin', password 'opennap'.
You will probably want to change these.
To do so, edit the file
${PREFIX}/share/opennap/users .
%%PREFIX%%/share/opennap/users .
Example configuration files are located in
${PREFIX}/share/opennap/examples/ . Copy
them to ${PREFIX}/share/opennap, removing the
%%PREFIX%%/share/opennap/examples/ . Copy
them to %%PREFIX%%/share/opennap, removing the
'sample.' prefix (e.g. 'sample.conf' becomes
'conf') and edit to your preferences.
Documentation is installed under
${PREFIX}/share/doc/opennap .
%%PREFIX%%/share/doc/opennap .
If you would like to link your server to the
global Napigator search system, go to

View File

@ -20,6 +20,8 @@ LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.2
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
MAN1= mplay.1 mrec.1 tclmidi.1 minfo.1 midtotcl.1
MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \
@ -42,6 +44,6 @@ post-extract:
.endif
post-install:
@${CAT} ${PKGMESSAGE} | ${SED} s#/usr/local#${PREFIX}#g
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,6 @@
IMPORTANT:
Now you should add %%PREFIX%%/lib/tclmidi to your
TCLLIBPATH environment variable!
For example (with [t]csh:
setenv TCLLIBPATH "%%PREFIX%%/lib/tclmidi %%PREFIX%%/lib/tcl8.0"

View File

@ -1,6 +0,0 @@
IMPORTANT:
Now you should add /usr/local/lib/tclmidi to your
TCLLIBPATH environment variable!
For example (with [t]csh:
setenv TCLLIBPATH "/usr/local/lib/tclmidi /usr/local/lib/tcl8.0"

View File

@ -17,6 +17,8 @@ COMMENT= The OpenNAP open-source Napster server
USE_GMAKE= YES
GNU_CONFIGURE= YES
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
post-install:
(${ECHO_CMD} "" ; ${ECHO_CMD} "admin" ; ${ECHO_CMD} "opennap" ; ${ECHO_CMD} "") | ${WRKSRC}/setup

View File

@ -4,16 +4,16 @@ A default administrator user has been created.
The user name is 'admin', password 'opennap'.
You will probably want to change these.
To do so, edit the file
${PREFIX}/share/opennap/users .
%%PREFIX%%/share/opennap/users .
Example configuration files are located in
${PREFIX}/share/opennap/examples/ . Copy
them to ${PREFIX}/share/opennap, removing the
%%PREFIX%%/share/opennap/examples/ . Copy
them to %%PREFIX%%/share/opennap, removing the
'sample.' prefix (e.g. 'sample.conf' becomes
'conf') and edit to your preferences.
Documentation is installed under
${PREFIX}/share/doc/opennap .
%%PREFIX%%/share/doc/opennap .
If you would like to link your server to the
global Napigator search system, go to