1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Switch to options helpers

- Regenerate patches with `make makepatch`
This commit is contained in:
Dmitry Marakasov 2016-04-01 15:43:45 +00:00
parent e6b5cf8d67
commit 9a86808279
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412355
2 changed files with 5 additions and 3 deletions

View File

@ -27,6 +27,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${STAGEDIR}${MANPREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/fakebo.conf.dist ${STAGEDIR}${PREFIX}/etc/fakebo.conf.sample
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/custom.replies ${STAGEDIR}${DOCSDIR}

View File

@ -1,6 +1,6 @@
--- fakebo.c.orig Thu Jun 6 18:13:21 2002
+++ fakebo.c Thu Jun 6 18:13:31 2002
@@ -457,8 +457,8 @@
--- fakebo.c.orig 2002-03-28 03:45:29 UTC
+++ fakebo.c
@@ -462,8 +462,8 @@ static void conf_reread(int signo)
{
static char msg[] = "Warning: SIGHUP received, but config re-read not yet implemented!\n";