- Reindent Makefile header

- Adjust COMMENT
- Unmute INSTALL_FOO statement
- Whitespace fixes in pkg-descr

Approved by:	maintainer
This commit is contained in:
Alexey Dokuchaev 2005-05-22 05:06:50 +00:00
parent f4eba4db3a
commit 3c2f3a6078
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135832
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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/