summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-03-18 04:14:33 +0000
committerCy Schubert <cy@FreeBSD.org>2011-03-18 04:14:33 +0000
commit6cb43abf1d0e06e558fb06eb6d089f0d554d1c4a (patch)
tree5da7be3ec66585ee84179d5c9f699ec981e0030f /sysutils
parent- Update to 1.7 (diff)
Fix 9-CURRENT build.
Discovered by: pav
Notes
Notes: svn path=/head/; revision=271219
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syslog-ng3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/syslog-ng3/Makefile b/sysutils/syslog-ng3/Makefile
index 1cd08d25eafa..50f2ddb6a182 100644
--- a/sysutils/syslog-ng3/Makefile
+++ b/sysutils/syslog-ng3/Makefile
@@ -109,8 +109,8 @@ post-patch:
@${REINPLACE_CMD} \
-e 's|utmp|utmpx|' -e 's|getutent|getutxent|' \
-e 's|ut_name|ut_user|' \
- ${WRKSRC}/configure ${WRKSRC}/src/afuser.c \
- ${WRKSRC}/src/utils.c ${WRKSRC}/src/utils.h
+ ${WRKSRC}/configure ${WRKSRC}/modules/afuser/afuser.c \
+ ${WRKSRC}/lib/utils.c ${WRKSRC}/lib/utils.h
.endif
post-install: