aboutsummaryrefslogtreecommitdiff
path: root/textproc/sagasu
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-22 22:46:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-22 22:46:11 +0000
commitb6cc9f04ec297a0cc5fde5cbd79481a5f34dc736 (patch)
treebfe3b7df48bd6dcec3b480f1f87043c589e3d0d9 /textproc/sagasu
parent1a62d9d3e5e0db55ef7a1b27870d35c4eee8100e (diff)
downloadports-b6cc9f04ec297a0cc5fde5cbd79481a5f34dc736.tar.gz
ports-b6cc9f04ec297a0cc5fde5cbd79481a5f34dc736.zip
Notes
Diffstat (limited to 'textproc/sagasu')
-rw-r--r--textproc/sagasu/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile
index 59e379656476..8c9f77109c34 100644
--- a/textproc/sagasu/Makefile
+++ b/textproc/sagasu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= sagasu
PORTVERSION= 2.0.12
+PORTREVISION= 1
CATEGORIES= textproc gnome
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
@@ -12,7 +13,7 @@ COMMENT= GNOME tool to find strings in a set of files
LICENSE= GPLv2 # (or later)
USES= pathfix pkgconfig gettext gmake
-USE_GNOME= gnomehier libgnomeui
+USE_GNOME= libgnomeui
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -20,8 +21,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
@${REINPLACE_CMD} -e \
's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
@@ -30,11 +29,9 @@ post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/util.h
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in AUTHORS INSTALL NEWS README THANKS TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>