diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-27 21:49:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-27 21:49:27 +0800 |
commit | 49ce288473be071b73329dc651baf506115bdc4d (patch) | |
tree | c12281989c38b088a318f7fe650513a09856fa27 /devel | |
parent | 0b37a3796fb208860ce48d0f6faa5469ddfecbee (diff) | |
download | marcuscom-ports-49ce288473be071b73329dc651baf506115bdc4d.tar marcuscom-ports-49ce288473be071b73329dc651baf506115bdc4d.tar.gz marcuscom-ports-49ce288473be071b73329dc651baf506115bdc4d.tar.bz2 marcuscom-ports-49ce288473be071b73329dc651baf506115bdc4d.tar.lz marcuscom-ports-49ce288473be071b73329dc651baf506115bdc4d.tar.xz marcuscom-ports-49ce288473be071b73329dc651baf506115bdc4d.tar.zst marcuscom-ports-49ce288473be071b73329dc651baf506115bdc4d.zip |
We no longer need to remove share/sgml oursevles.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6849 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 4 | ||||
-rw-r--r-- | devel/gconf2/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index f3b44dd14..54ff288bd 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.74 2006/07/17 17:20:27 ahze Exp $ +# $MCom: ports/devel/gconf2/Makefile,v 1.75 2006/07/23 19:22:22 mezz Exp $ # PORTNAME= gconf2 PORTVERSION= 2.14.0 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist index 44df20244..98eecb634 100644 --- a/devel/gconf2/pkg-plist +++ b/devel/gconf2/pkg-plist @@ -109,4 +109,3 @@ share/sgml/gconf/gconf-1.0.dtd @dirrm include/gconf/2/gconf @dirrm include/gconf/2 @dirrm etc/gconf/2 -@dirrmtry share/sgml |