summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2004-02-07 12:03:35 +0000
committeroliver <oliver@FreeBSD.org>2004-02-07 12:03:35 +0000
commit8c782b6cc539b5299c9a7bee57bb480841a7b950 (patch)
tree6cdedea466e35c15c7ad99bf5beb62791bcf8321
parent1f8f2f200aca15cd36c5c224f64eb75e20fc2fef (diff)
downloadFreeBSD-ports-8c782b6cc539b5299c9a7bee57bb480841a7b950.zip
FreeBSD-ports-8c782b6cc539b5299c9a7bee57bb480841a7b950.tar.gz
fix a small typo in post-patch
bump PORTREVISION Noted By: Robin Breathe <robin@isometry.net>
-rw-r--r--security/oidentd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile
index 6d55ae0..ce47292 100644
--- a/security/oidentd/Makefile
+++ b/security/oidentd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= oidentd
PORTVERSION= 2.0.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ojnk
@@ -29,7 +29,7 @@ PLIST_FILES= sbin/oidentd
USE_RC_SUBR= yes
post-patch:
- @${REINPLACE_CMD} -e 's,/etc/,${PREFIX}/,g' ${WRKSRC}/src/oidentd.h
+ @${REINPLACE_CMD} -e 's,/etc/,${PREFIX}&,g' ${WRKSRC}/src/oidentd.h
post-build:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
OpenPOWER on IntegriCloud