summaryrefslogtreecommitdiff
path: root/net-im/licq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-01-27 06:04:50 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-01-27 06:04:50 +0000
commit7bbb0fab5922f730861fe9e8a68d77eb8979cec6 (patch)
tree4a1c4e945fe9b53e7841fe7f4d137fbb24051bdd /net-im/licq
parentupgrade to 1.18 (diff)
- Change the Makefile.in so i386--freebsd4.4-licq is _not_ installed.
- Stop installation of 2nd binaries. - don't bump PORTREVISION, as it has not been build fully
Notes
Notes: svn path=/head/; revision=53831
Diffstat (limited to 'net-im/licq')
-rw-r--r--net-im/licq/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index d7f7901fc8ba..5e9ca3acc480 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -27,11 +27,10 @@ CONFIGURE_ARGS+=--enable-socks5
post-patch:
@${PERL5} -pi -e 's|<wait.h>|<sys/wait.h>|g' \
${WRKSRC}/src/sighandler.c
+ @${PERL5} -pi -e 's|.program_transform_name.|s,x,x,|' \
+ ${WRKSRC}/src/Makefile.in
post-install:
-.if !exists(${PREFIX}/bin/licq)
- @${INSTALL_PROGRAM} ${WRKSRC}/src/licq ${PREFIX}/bin
-.endif
@${CAT} ${PKGMESSAGE}
.include "${.CURDIR}/Makefile.inc"