diff options
author | Johan van Selst <johans@FreeBSD.org> | 2007-12-11 21:12:17 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2007-12-11 21:12:17 +0000 |
commit | 09bd875e57211c3c7c57bbe53337f8403d59ef7c (patch) | |
tree | 71a5320303d82ff2a039e7653cb259e5d2c03158 /security/pidentd/Makefile | |
parent | c1f23b9f2a822f8800381f8f398bc697e4435a02 (diff) | |
download | ports-09bd875e57211c3c7c57bbe53337f8403d59ef7c.tar.gz ports-09bd875e57211c3c7c57bbe53337f8403d59ef7c.zip |
Notes
Diffstat (limited to 'security/pidentd/Makefile')
-rw-r--r-- | security/pidentd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 07c178f860a8..77777fb6230d 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -38,6 +38,7 @@ post-patch: -e "s| /etc/identd.conf| ${PREFIX}/etc/identd.conf|" \ -e "s| /etc/identd.key| ${PREFIX}/etc/identd.key|" \ ${WRKSRC}/doc/identd.8 ${WRKSRC}/doc/idecrypt.8 + @${REINPLACE_CMD} -e "s|freebsd.4.7.|freebsd|" ${WRKSRC}/configure post-install: ${INSTALL_MAN} -m 644 ${WRKSRC}/doc/idecrypt.8 ${MANPREFIX}/man/man8 |