aboutsummaryrefslogtreecommitdiff
path: root/www/erwn/Makefile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-05 07:31:20 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-05 07:31:20 +0000
commit65589606f72668872c18f67071a40f56a980e319 (patch)
treed2de9be08cb56ec0cd0f288b482e0f0156a7eb2f /www/erwn/Makefile
parent8435dc68f051a4507c749632f115341e584d85d9 (diff)
downloadports-65589606f72668872c18f67071a40f56a980e319.tar.gz
ports-65589606f72668872c18f67071a40f56a980e319.zip
- Update to 0.8.
PR: ports/79485 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=132526
Diffstat (limited to 'www/erwn/Makefile')
-rw-r--r--www/erwn/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile
index faf485de8916..6c0b917a255b 100644
--- a/www/erwn/Makefile
+++ b/www/erwn/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= erwn
-PORTVERSION= 0.7
-PORTREVISION= 2
+PORTVERSION= 0.8
CATEGORIES= www editors
MASTER_SITES= http://lisas.de/erwin/
DISTNAME= erwin-${PORTVERSION}
@@ -16,17 +15,16 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Simple GTK+-2 HTML editor
USE_X_PREFIX= yes
+USE_GNOME= gnomehack gnomeprefix gnometarget gtkhtml3 gtksourceview
USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix gnometarget libgtkhtml gtksourceview
GNU_CONFIGURE= yes
-MAN1= erwin.1
+MAN1= erwin.1
post-install:
.if !defined(NOPORTDOCS)
- @${ECHO} "===> Installing README in ${DOCSDIR}"
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>