diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-10-12 12:15:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-10-12 12:15:58 +0800 |
commit | d18132393266c1d649a8e492b6bf4c8a6665ba25 (patch) | |
tree | 049d2191897a9b2bc5c7ba458af594eb45786a6c /net-im/licq-qt-gui/Makefile | |
parent | 020f1e1546ac2b754f60c8e62618397fbd152a2d (diff) | |
download | freebsd-ports-gnome-d18132393266c1d649a8e492b6bf4c8a6665ba25.tar.gz freebsd-ports-gnome-d18132393266c1d649a8e492b6bf4c8a6665ba25.tar.zst freebsd-ports-gnome-d18132393266c1d649a8e492b6bf4c8a6665ba25.zip |
- update to 1.3.0
Diffstat (limited to 'net-im/licq-qt-gui/Makefile')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 73e1133e0a58..d9098fb1b689 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -7,7 +7,6 @@ PORTNAME= qt-gui PORTVERSION= ${QT_LICQ_VER} -PORTREVISION= 2 CATEGORIES= net PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} @@ -40,8 +39,11 @@ pre-fetch: @${ECHO_MSG} "" .endif +post-patch: + ${RM} -f ${WRKDIR}/share/qt-gui/icons.thomas/icons.thomas.tar.bz2 + post-install: - ${RM} -rf ${PREFIX}/share/licq/qt-gui/locale +# ${RM} -rf ${PREFIX}/share/licq/qt-gui/locale .if exists(${X11BASE}/bin/XFree86) @${CAT} ${PKGMESSAGE} .endif |