diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-18 11:36:32 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-18 11:36:32 +0800 |
commit | 38a1377171312ef32982270ea9d3771be1ef6839 (patch) | |
tree | 5b222cda97b258dfdeea4166de3173a2bc7ff8d4 /x11/gnome-applets/Makefile | |
parent | 7268d0f673f269ac98a3f110248d0db0db44d2bf (diff) | |
download | marcuscom-ports-38a1377171312ef32982270ea9d3771be1ef6839.tar marcuscom-ports-38a1377171312ef32982270ea9d3771be1ef6839.tar.gz marcuscom-ports-38a1377171312ef32982270ea9d3771be1ef6839.tar.bz2 marcuscom-ports-38a1377171312ef32982270ea9d3771be1ef6839.tar.lz marcuscom-ports-38a1377171312ef32982270ea9d3771be1ef6839.tar.xz marcuscom-ports-38a1377171312ef32982270ea9d3771be1ef6839.tar.zst marcuscom-ports-38a1377171312ef32982270ea9d3771be1ef6839.zip |
Remove a leftover directory.
Reported by: GNOME Tinderbox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6466 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index e3a9c2ad5..494d4aad8 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.115 2006/06/16 18:53:11 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.116 2006/06/17 04:17:57 marcus Exp $ # PORTNAME= gnome-applets -PORTVERSION= 2.14.2 -PORTREVISION= 1 +PORTVERSION= 2.15.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -82,5 +81,7 @@ PLIST_SUB+= COMMANDER="@comment " post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \ ${WRKSRC}/libgweather/weather-met.c + @${REINPLACE_CMD} -e 's|system-tools-backends|system-tools-backends-2.0|g' \ + ${WRKSRC}/configure .include <bsd.port.post.mk> |