diff options
author | oliver <oliver@FreeBSD.org> | 2004-02-07 12:03:35 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-02-07 12:03:35 +0000 |
commit | 8c782b6cc539b5299c9a7bee57bb480841a7b950 (patch) | |
tree | 6cdedea466e35c15c7ad99bf5beb62791bcf8321 | |
parent | 1f8f2f200aca15cd36c5c224f64eb75e20fc2fef (diff) | |
download | FreeBSD-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/Makefile | 4 |
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' \ |