summaryrefslogtreecommitdiff
path: root/irc/weechat
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-06 08:29:37 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-06 08:29:37 +0000
commite8d18914247b11de19bd31a70899f686aa7b7352 (patch)
tree5b8a7f9afa18c26a1c3672a778b05876e920a9f9 /irc/weechat
parent- Remove dead MASTER_SITES (diff)
- move config.rpath copy from post-patch to pre-configure since gettext
dependency is processed after (*-)patch. Noticed by: kris (dosirak)
Notes
Notes: svn path=/head/; revision=106301
Diffstat (limited to 'irc/weechat')
-rw-r--r--irc/weechat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index af5688e4f26c..ec8ff62c6e8a 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -25,7 +25,7 @@ MAN1= weechat.1
PLIST_FILES= bin/weechat-curses share/locale/fr/LC_MESSAGES/weechat.mo
-post-patch:
+pre-configure:
@${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}
.include <bsd.port.mk>