diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-26 21:47:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-26 21:47:26 +0800 |
commit | 0a5b8984e5b4e960c9da79052903310b37a66215 (patch) | |
tree | 2a6888685dc85a228f8447293599f1397c47ff93 /devel | |
parent | 1bbe21056df0740f39f0d8a0a57c8bca6c73ddc6 (diff) | |
download | marcuscom-ports-0a5b8984e5b4e960c9da79052903310b37a66215.tar marcuscom-ports-0a5b8984e5b4e960c9da79052903310b37a66215.tar.gz marcuscom-ports-0a5b8984e5b4e960c9da79052903310b37a66215.tar.bz2 marcuscom-ports-0a5b8984e5b4e960c9da79052903310b37a66215.tar.lz marcuscom-ports-0a5b8984e5b4e960c9da79052903310b37a66215.tar.xz marcuscom-ports-0a5b8984e5b4e960c9da79052903310b37a66215.tar.zst marcuscom-ports-0a5b8984e5b4e960c9da79052903310b37a66215.zip |
Install so.1 instead of so.4. Just like the FreeBSD ports do.
I just not in the mood right now to keep ~50 ports in sync.
Complaints about this are welcome.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14955 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libnotify/Makefile | 8 | ||||
-rw-r--r-- | devel/libnotify/pkg-plist | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index f4b6fbff7..a26945e31 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -3,11 +3,12 @@ # Whom: Andreas Kohn <andreas@syndrom23.de> # # $FreeBSD$ -# $MCom: ports/devel/libnotify/Makefile,v 1.12 2010/12/01 14:22:30 kwm Exp $ +# $MCom: ports/devel/libnotify/Makefile,v 1.13 2010/12/04 18:13:59 kwm Exp $ # PORTNAME= libnotify PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -17,7 +18,7 @@ COMMENT= A library for desktop notifications LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes -USE_GNOME= gnomehack gnometarget intlhack glib20 gtk30 ltverhack +USE_GNOME= gnomehack gnometarget intlhack glib20 gtk30 ltverhack:1 USE_GETTEXT= yes USE_GMAKE= yes USE_LDCONFIG= yes @@ -25,4 +26,7 @@ USE_AUTOTOOLS= libtool CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +# Installs libnotify.so.4 by default, hack it to become so.1. +# Should we leave it like this? + .include <bsd.port.mk> diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist index 6bae8901d..11162feb7 100644 --- a/devel/libnotify/pkg-plist +++ b/devel/libnotify/pkg-plist @@ -6,7 +6,7 @@ include/libnotify/notify.h lib/libnotify.a lib/libnotify.la lib/libnotify.so -lib/libnotify.so.4 +lib/libnotify.so.1 libdata/pkgconfig/libnotify.pc share/gtk-doc/html/libnotify/ch01.html share/gtk-doc/html/libnotify/home.png |