summaryrefslogtreecommitdiff
path: root/security/audit/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-24 09:03:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-24 09:03:29 +0000
commit29995e67bab90e35d0ff0fd868f0e2ee4a5e3962 (patch)
tree137c03b893b470f4bb4483ffa2bcf01528eb7f8e /security/audit/Makefile
parentadded webalizer slave-ports. (diff)
Make security/audit compiling on -current again
Noticed by: bento PR: ports/45667 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=70973
Diffstat (limited to 'security/audit/Makefile')
-rw-r--r--security/audit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile
index 4f3733a0a280..c736c8b045e4 100644
--- a/security/audit/Makefile
+++ b/security/audit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= audit
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://community.corest.com/pub/audit/ \
ftp://ftp.nuug.no/pub/anders/distfiles/
@@ -58,7 +59,7 @@ post-patch:
${REINPLACE_CMD} -e "s@Linux@FreeBSD@g" ${WRKSRC}/configure
(${FIND} ${WRKSRC}/src/modules -name Makefile.in -exec \
${REINPLACE_CMD} -e \
- "s@^LIB=(.*){VERSION}@SOVERSION=\t${LIBVERSION}\nLIB=\1\{SOVERSION\}@" {} \;)
+ "s!^LIB=\(.*\).{VERSION}!LIB=\1${LIBVERSION}!" {} \;)
${REINPLACE_CMD} -e "s@AUDIT_VERSION@\"${LIBVERSION}\"@g" \
${WRKSRC}/src/lib/modules.c
.for f in ${FIXPREFIX_CONF}