diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-17 06:43:23 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-12-17 06:43:23 +0800 |
commit | 4ec9057394e37dd58d236a579cdf2ffb93451287 (patch) | |
tree | e122292856239663537690adca4dbd698e9d4d60 /devel | |
parent | 92ae1634e1ec761b7526940631055db59c98f876 (diff) | |
download | marcuscom-ports-4ec9057394e37dd58d236a579cdf2ffb93451287.tar.gz marcuscom-ports-4ec9057394e37dd58d236a579cdf2ffb93451287.tar.zst marcuscom-ports-4ec9057394e37dd58d236a579cdf2ffb93451287.zip |
make fetchable.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17170 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf-editor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dconf-editor/Makefile b/devel/dconf-editor/Makefile index c184a0550..eaf69e784 100644 --- a/devel/dconf-editor/Makefile +++ b/devel/dconf-editor/Makefile @@ -1,8 +1,9 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.29 2012/05/28 11:45:14 kwm Exp $ +# $MCom: ports/devel/dconf-editor/Makefile,v 1.1 2012/10/03 17:57:17 kwm Exp $ -PORTNAME= dconf-editor +PORTNAME= dconf +PKGNAMESUFFIX= -editor COMMENT= configuration editor for dconf |