summaryrefslogtreecommitdiffstats
path: root/net
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
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')
-rw-r--r--net/licq-devel/Makefile3
-rw-r--r--net/licq/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/net/licq-devel/Makefile b/net/licq-devel/Makefile
index f9c46df..d7f7901 100644
--- a/net/licq-devel/Makefile
+++ b/net/licq-devel/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"
diff --git a/net/licq/Makefile b/net/licq/Makefile
index f9c46df..d7f7901 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"
OpenPOWER on IntegriCloud