aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-01-27 04:21:07 +0800
committerlioux <lioux@FreeBSD.org>2002-01-27 04:21:07 +0800
commite129cbe01e700f7ee970b6e7074769cb73aca0da (patch)
treeaf22dcf762a58632f9d7cdb91d27759cb5ffd434 /net-im/licq
parent45ffe201a56927085ae36e276f99fe3ea2905375 (diff)
downloadfreebsd-ports-gnome-e129cbe01e700f7ee970b6e7074769cb73aca0da.tar.gz
freebsd-ports-gnome-e129cbe01e700f7ee970b6e7074769cb73aca0da.tar.zst
freebsd-ports-gnome-e129cbe01e700f7ee970b6e7074769cb73aca0da.zip
Have the licq binary installed regardless of system characteristics
PR: 34293 Requested by: Antonio Carlos Venancio Junior <floripa@organiKa.com.br>
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index f9c46dff5033..d7f7901fc8ba 100644
--- a/net-im/licq/Makefile
+++ b/net-im/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"