diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-28 03:06:08 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-28 03:06:08 +0000 |
commit | fd7472567d91454146272bceed97d0b9561bb168 (patch) | |
tree | 1edd250df110dcd88c145c0ea9b62e47bb7cd729 /net/dictd | |
parent | 7b6e168aa185c414a85a64a335ff4688a526dd26 (diff) | |
download | ports-fd7472567d91454146272bceed97d0b9561bb168.tar.gz ports-fd7472567d91454146272bceed97d0b9561bb168.zip |
Notes
Diffstat (limited to 'net/dictd')
-rw-r--r-- | net/dictd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index b4df434eb0e2..e65a25c1f899 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -27,7 +27,6 @@ post-patch: .for i in dict.1 dictd.8 @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/$i .endfor - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${PKGMESSAGE} .for i in dictd.conf example.conf @${PERL} -pi -e "s|/usr|${PREFIX}|g" ${WRKSRC}/$i .endfor |