mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Add pkg-message missed in last commit
PR: ports/60230 Reported by: Peter Schuller <peter.schuller@infidyne.com> Pointy hat to: erwin
This commit is contained in:
parent
fe2c192ae9
commit
d4c44f7372
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95794
@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= glib20
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.if defined(WITH_MSN)
|
||||
LIB_DEPENDS= soup-2.0.0:${PORTSDIR}/devel/libsoup
|
||||
@ -30,6 +31,9 @@ pre-configure:
|
||||
@${ECHO_CMD} "Type \"make -DWITH_MSN\" if you want enable MSN support."
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
@${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE}
|
||||
|
||||
pre-install:
|
||||
@mkdir -p -m 700 ${PREFIX}/etc/bitlbee
|
||||
|
||||
|
8
irc/bitlbee-otr/pkg-message
Normal file
8
irc/bitlbee-otr/pkg-message
Normal file
@ -0,0 +1,8 @@
|
||||
/************************************************************************
|
||||
Remember:
|
||||
rename %%PREFIX%%/etc/bitlbee/bitlbee.conf.orig
|
||||
to %%PREFIX%%/etc/bitlbee/bitlbee.conf ,
|
||||
rename %%PREFIX%%/etc/bitlbee/motd.txt.orig
|
||||
to %%PREFIX%%/etc/bitlbee/motd.txt
|
||||
and modify them.
|
||||
*************************************************************************/
|
@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= glib20
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
.if defined(WITH_MSN)
|
||||
LIB_DEPENDS= soup-2.0.0:${PORTSDIR}/devel/libsoup
|
||||
@ -30,6 +31,9 @@ pre-configure:
|
||||
@${ECHO_CMD} "Type \"make -DWITH_MSN\" if you want enable MSN support."
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
@${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE}
|
||||
|
||||
pre-install:
|
||||
@mkdir -p -m 700 ${PREFIX}/etc/bitlbee
|
||||
|
||||
|
8
irc/bitlbee/pkg-message
Normal file
8
irc/bitlbee/pkg-message
Normal file
@ -0,0 +1,8 @@
|
||||
/************************************************************************
|
||||
Remember:
|
||||
rename %%PREFIX%%/etc/bitlbee/bitlbee.conf.orig
|
||||
to %%PREFIX%%/etc/bitlbee/bitlbee.conf ,
|
||||
rename %%PREFIX%%/etc/bitlbee/motd.txt.orig
|
||||
to %%PREFIX%%/etc/bitlbee/motd.txt
|
||||
and modify them.
|
||||
*************************************************************************/
|
Loading…
Reference in New Issue
Block a user