summaryrefslogtreecommitdiff
path: root/net/licq
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-26 20:21:07 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-26 20:21:07 +0000
commit33fa865f64478e297b5889afc3fce69727a10e8f (patch)
treebff584e57585dcc125bd7b881b9b79eb6d2084ff /net/licq
parentUpdate to 0.99.189. (diff)
Have the licq binary installed regardless of system characteristics
PR: 34293 Requested by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br>
Notes
Notes: svn path=/head/; revision=53800
Diffstat (limited to 'net/licq')
-rw-r--r--net/licq/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile
index f9c46dff5033..d7f7901fc8ba 100644
--- a/net/licq/Makefile
+++ b/net/licq/Makefile
@@ -29,6 +29,9 @@ post-patch:
${WRKSRC}/src/sighandler.c
post-install:
+.if !exists(${PREFIX}/bin/licq)
+ @${INSTALL_PROGRAM} ${WRKSRC}/src/licq ${PREFIX}/bin
+.endif
@${CAT} ${PKGMESSAGE}
.include "${.CURDIR}/Makefile.inc"