diff options
author | danfe <danfe@FreeBSD.org> | 2005-05-22 13:06:50 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-05-22 13:06:50 +0800 |
commit | 1237550ac7ea137350ea73605061aeedca66f5e0 (patch) | |
tree | b4c98143ce39d9fe018d282db44a20c1565b8212 /editors/leafpad | |
parent | 831d190af8e49980ecb6508ab9cc40fea424af4e (diff) | |
download | freebsd-ports-gnome-1237550ac7ea137350ea73605061aeedca66f5e0.tar.gz freebsd-ports-gnome-1237550ac7ea137350ea73605061aeedca66f5e0.tar.zst freebsd-ports-gnome-1237550ac7ea137350ea73605061aeedca66f5e0.zip |
- Reindent Makefile header
- Adjust COMMENT
- Unmute INSTALL_FOO statement
- Whitespace fixes in pkg-descr
Approved by: maintainer
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/ |