diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-03 11:51:45 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-03 11:51:45 +0000 |
commit | 0538e0c5f9ad53c0024a6d2d706aa449caa39a36 (patch) | |
tree | a1278671f83eef6639e46e5724838f0d148abc3b /net-im/licq | |
parent | Add p5-Regexp-Log-Common, a regexp parser for the common log format. (diff) |
- Sanitize plugin-directory handling: Plugins should not try to remove lib/icq
- Adapt one port to USE_LIBTOOL while here
- Mark licq-jons-gtk-gui as BROKEN: It's based on licq-1.2.4 which makes it
incompatible with 1.3.0 (builds fine but doesn't run)
Approved by: dinoex
Notes
Notes:
svn path=/head/; revision=130259
Diffstat (limited to 'net-im/licq')
-rw-r--r-- | net-im/licq/Makefile | 3 | ||||
-rw-r--r-- | net-im/licq/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 6f71d7068847..7ffb1519eb37 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -7,7 +7,7 @@ PORTNAME= base PORTVERSION= ${LICQ_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net PKGNAMESUFFIX= ${SOCKS_SUFFIX}${PKGNAMESUFFIX2} @@ -61,6 +61,7 @@ pre-configure: ${WRKSRC}/configure post-install: + @${MKDIR} ${PREFIX}/lib/licq @${CAT} ${PKGMESSAGE} .include <bsd.port.pre.mk> diff --git a/net-im/licq/pkg-plist b/net-im/licq/pkg-plist index 79d7039cb462..305ab50adb88 100644 --- a/net-im/licq/pkg-plist +++ b/net-im/licq/pkg-plist @@ -110,6 +110,7 @@ share/licq/utilities/vnc.utility share/licq/utilities/xtraceroute.utility %%NLS%%share/locale/de/LC_MESSAGES/licq.mo @dirrm include/licq +@exec mkdir -p %D/lib/licq @dirrm lib/licq @dirrm share/licq/sounds/fun @dirrm share/licq/sounds/icq |