diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-27 14:04:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-27 14:04:50 +0800 |
commit | 74fe938513f680f9ff4b5648f722194c3cea3e84 (patch) | |
tree | 56d68141448582769532f6cebb495970cdfbffbd /net-im/licq | |
parent | fe7e7cb1614c3942dbbeaca9ec26b61c6d279c0f (diff) | |
download | freebsd-ports-graphics-74fe938513f680f9ff4b5648f722194c3cea3e84.tar.gz freebsd-ports-graphics-74fe938513f680f9ff4b5648f722194c3cea3e84.tar.zst freebsd-ports-graphics-74fe938513f680f9ff4b5648f722194c3cea3e84.zip |
- 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
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index d7f7901fc8b..5e9ca3acc48 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" |