diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-22 05:06:50 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-05-22 05:06:50 +0000 |
commit | 3c2f3a6078808cf0e729cc84dbdf9ca73cb0e6e9 (patch) | |
tree | 8acb8bc59924b18405e71640f2f1fda46b39f597 /editors/leafpad/Makefile | |
parent | f4eba4db3a23aaf4505b9445f3241353a1ab2ba2 (diff) |
Notes
Diffstat (limited to 'editors/leafpad/Makefile')
-rw-r--r-- | editors/leafpad/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |