diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /net-im/gaim-ignorance | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'net-im/gaim-ignorance')
-rw-r--r-- | net-im/gaim-ignorance/Makefile | 4 | ||||
-rw-r--r-- | net-im/gaim-ignorance/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net-im/gaim-ignorance/Makefile b/net-im/gaim-ignorance/Makefile index 0af1c5694a93..83e5e9cacee8 100644 --- a/net-im/gaim-ignorance/Makefile +++ b/net-im/gaim-ignorance/Makefile @@ -7,7 +7,7 @@ PORTNAME= ignorance PORTVERSION= 2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ DEPRECATED= The author has taken down his site and has ceased developing this pr USE_X_PREFIX= yes USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_REINPLACE= yes SUB_FILES= pkg-message diff --git a/net-im/gaim-ignorance/pkg-plist b/net-im/gaim-ignorance/pkg-plist index 9c10225f4401..043765b164d5 100644 --- a/net-im/gaim-ignorance/pkg-plist +++ b/net-im/gaim-ignorance/pkg-plist @@ -1,4 +1,5 @@ @comment $FreeBSD$ +lib/gaim/ignorance.la lib/gaim/ignorance.so %%EXAMPLESDIR%%/ignorance @unexec if cmp -s %D/etc/gaim/ignorance.conf %D/etc/gaim/ignorance.conf.sample; then rm -f %D/etc/gaim/ignorance.conf;fi |