summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-01-26 20:21:07 +0000
committerlioux <lioux@FreeBSD.org>2002-01-26 20:21:07 +0000
commite129cbe01e700f7ee970b6e7074769cb73aca0da (patch)
treeaf22dcf762a58632f9d7cdb91d27759cb5ffd434 /net-im
parent45ffe201a56927085ae36e276f99fe3ea2905375 (diff)
downloadFreeBSD-ports-e129cbe01e700f7ee970b6e7074769cb73aca0da.zip
FreeBSD-ports-e129cbe01e700f7ee970b6e7074769cb73aca0da.tar.gz
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')
-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 f9c46df..d7f7901 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"
OpenPOWER on IntegriCloud