diff options
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/Makefile | 10 | ||||
-rw-r--r-- | editors/leafpad/pkg-descr | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index f25e907bea95..dc09c8494eeb 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: leafpad -# Date created: 2004-10-18 -# Whom: Michael Johnson <ahze@ahze.net> +# New ports collection makefile for: Leafpad +# Date created: 2004-10-18 +# Whom: Michael Johnson <ahze@ahze.net> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= radek@raadradd.com -COMMENT= Light-weight GTK+ editor similar to notepad.exe +COMMENT= GTK+ based simple text editor USE_GNOME= gtk20 gnomehier desktopfileutils USE_REINPLACE= yes @@ -36,7 +36,7 @@ post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif -@update-desktop-database diff --git a/editors/leafpad/pkg-descr b/editors/leafpad/pkg-descr index 5f0732bc1a92..27b08133b4ae 100644 --- a/editors/leafpad/pkg-descr +++ b/editors/leafpad/pkg-descr @@ -1,5 +1,5 @@ -Leafpad is a GTK+ based simple text editor. The user interface is similar to -"notepad.exe", and it aims to be lighter than GEdit and KWrite, and to be as +Leafpad is a GTK+ based simple text editor. The user interface is similar to +"notepad.exe", and it aims to be lighter than GEdit and KWrite, and to be as useful as them. WWW: http://tarot.freeshell.org/leafpad/ |