diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 07:06:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-06-17 07:06:59 +0000 |
commit | 9c9e9e1e13e2aff7c21ee8ae1a4270fd06bbc2af (patch) | |
tree | b226dd0259fbe54e94b474b0e557854816972679 /misc/xsw | |
parent | efb88eeea97af718732025074445f8566ab45e66 (diff) | |
download | ports-9c9e9e1e13e2aff7c21ee8ae1a4270fd06bbc2af.tar.gz ports-9c9e9e1e13e2aff7c21ee8ae1a4270fd06bbc2af.zip |
Notes
Diffstat (limited to 'misc/xsw')
-rw-r--r-- | misc/xsw/Makefile | 2 | ||||
-rw-r--r-- | misc/xsw/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/xsw/Makefile b/misc/xsw/Makefile index 6982f92903c9..1594ad715e48 100644 --- a/misc/xsw/Makefile +++ b/misc/xsw/Makefile @@ -12,7 +12,7 @@ PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GOOGLE_CODE -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bapt@FreeBSD.org COMMENT= A tool for creating presentations RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick diff --git a/misc/xsw/pkg-descr b/misc/xsw/pkg-descr index 52360396f8e9..4c072182c3fc 100644 --- a/misc/xsw/pkg-descr +++ b/misc/xsw/pkg-descr @@ -7,4 +7,4 @@ An example xsw file is: - "Hello" x:50 y:30 align:center + "World!" -WWW: http://code.google.com/xsw/ +WWW: http://code.google.com/p/xsw/ |