diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-26 11:49:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-26 11:49:33 +0800 |
commit | 37e7d9cf059a33219ff90b3996e0046204997abe (patch) | |
tree | 57995969a5089914415accec683a1debb729c06d /x11/gnome-applets/Makefile | |
parent | 988ea7e55e4301f724cff0e678b41865c8a9a678 (diff) | |
download | marcuscom-ports-37e7d9cf059a33219ff90b3996e0046204997abe.tar marcuscom-ports-37e7d9cf059a33219ff90b3996e0046204997abe.tar.gz marcuscom-ports-37e7d9cf059a33219ff90b3996e0046204997abe.tar.bz2 marcuscom-ports-37e7d9cf059a33219ff90b3996e0046204997abe.tar.lz marcuscom-ports-37e7d9cf059a33219ff90b3996e0046204997abe.tar.xz marcuscom-ports-37e7d9cf059a33219ff90b3996e0046204997abe.tar.zst marcuscom-ports-37e7d9cf059a33219ff90b3996e0046204997abe.zip |
Do not remove directories in the mtree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7153 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r-- | x11/gnome-applets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index c2ad16618..996ffa24a 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.134 2006/08/07 21:15:59 ahze Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.135 2006/08/22 15:42:38 marcus Exp $ # PORTNAME= gnome-applets PORTVERSION= 2.15.90 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} |