diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
commit | 11008fac27e5485282926e61cd96bac1a4ae3069 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /irc | |
parent | 91aef48724f00ea5b70b061a0f80e8a21301e82e (diff) | |
download | ports-11008fac27e5485282926e61cd96bac1a4ae3069.tar.gz ports-11008fac27e5485282926e61cd96bac1a4ae3069.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/cwirc/Makefile | 8 |
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}|' \ |