diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-26 20:21:07 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-01-26 20:21:07 +0000 |
commit | 33fa865f64478e297b5889afc3fce69727a10e8f (patch) | |
tree | bff584e57585dcc125bd7b881b9b79eb6d2084ff /net/licq-devel/Makefile | |
parent | 3e17c6a78b6bfaddf0e3da291d0b1a6efc8f267a (diff) | |
download | ports-33fa865f64478e297b5889afc3fce69727a10e8f.tar.gz ports-33fa865f64478e297b5889afc3fce69727a10e8f.zip |
Notes
Diffstat (limited to 'net/licq-devel/Makefile')
-rw-r--r-- | net/licq-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/licq-devel/Makefile b/net/licq-devel/Makefile index f9c46dff5033..d7f7901fc8ba 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" |