diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-08 07:32:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-08 07:32:37 +0800 |
commit | 8fb325b46105b174dd12dc5b99c9bfa7fe0a7b0e (patch) | |
tree | c510ddbc9001069a506d861d0cbcf6fd8185171e /misc/quick-lounge-applet | |
parent | 657d710a21fa25e89ba3f4b8091391c218be7d12 (diff) | |
download | freebsd-ports-gnome-8fb325b46105b174dd12dc5b99c9bfa7fe0a7b0e.tar.gz freebsd-ports-gnome-8fb325b46105b174dd12dc5b99c9bfa7fe0a7b0e.tar.zst freebsd-ports-gnome-8fb325b46105b174dd12dc5b99c9bfa7fe0a7b0e.zip |
Update to 2.0.0.
Diffstat (limited to 'misc/quick-lounge-applet')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 10 | ||||
-rw-r--r-- | misc/quick-lounge-applet/distinfo | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index 14cd6bbd22cc..6b8a3563d7c6 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -6,10 +6,10 @@ # PORTNAME= quick-lounge-applet -PORTVERSION= 1.1.4 +PORTVERSION= 2.0.0 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.0 DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org @@ -23,10 +23,6 @@ USE_GNOME= gnomeprefix gnomehack gnomepanel USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/misc/quick-lounge-applet/distinfo b/misc/quick-lounge-applet/distinfo index fdf939f8bfba..e69153317b04 100644 --- a/misc/quick-lounge-applet/distinfo +++ b/misc/quick-lounge-applet/distinfo @@ -1 +1 @@ -MD5 (gnome2/quick-lounge-applet-1.1.4.tar.bz2) = 0202a64a244e93970e7f0bf4b49b7b54 +MD5 (gnome2/quick-lounge-applet-2.0.0.tar.bz2) = b3791f2a67dcb9d9475479b5aab6d424 |