diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-30 09:36:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-03-30 09:36:46 +0000 |
commit | 50179d15670aa6b75dfa5fa9f59ee1ea0492b31d (patch) | |
tree | cbb2bb5845d1a05660a0b1b05a9d0ced2987a82a /net-im | |
parent | 5301793045be4cb5eff06ae7364ea01dddc056c5 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 80b8222d2c6e..7b82f44114e1 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -48,7 +48,7 @@ post-patch: post-install: # ${RM} -rf ${PREFIX}/share/licq/qt-gui/locale -.if exists(${X11BASE}/bin/XFree86) +.if exists(${LOCALBASE}/bin/XFree86) @${CAT} ${PKGMESSAGE} .endif |