aboutsummaryrefslogtreecommitdiff
path: root/net/dictd
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-28 03:06:08 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-01-28 03:06:08 +0000
commitfd7472567d91454146272bceed97d0b9561bb168 (patch)
tree1edd250df110dcd88c145c0ea9b62e47bb7cd729 /net/dictd
parent7b6e168aa185c414a85a64a335ff4688a526dd26 (diff)
downloadports-fd7472567d91454146272bceed97d0b9561bb168.tar.gz
ports-fd7472567d91454146272bceed97d0b9561bb168.zip
remove redundant substitution
Submitted by: clive
Notes
Notes: svn path=/head/; revision=37659
Diffstat (limited to 'net/dictd')
-rw-r--r--net/dictd/Makefile1
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