summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-09 18:54:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-09 18:54:28 +0000
commit11008fac27e5485282926e61cd96bac1a4ae3069 (patch)
tree3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /irc
parent- convert to the new perl5 framework (diff)
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=326840
Diffstat (limited to 'irc')
-rw-r--r--irc/cwirc/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/irc/cwirc/Makefile b/irc/cwirc/Makefile
index bec841bd8a0a..f70969508c5e 100644
--- a/irc/cwirc/Makefile
+++ b/irc/cwirc/Makefile
@@ -1,9 +1,5 @@
-# ports collection makefile for: cwirc
-# Date created: 9 April 2008
-# Whom: db
-#
+# Created by: db
# $FreeBSD$
-#
PORTNAME= cwirc
PORTVERSION= 2.0.0
@@ -19,6 +15,8 @@ COMMENT= X-Chat Morse plugin
BUILD_DEPENDS= xchat:${PORTSDIR}/irc/xchat
+USES= pkgconfig
+
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \