Index: head/textproc/sagasu/Makefile =================================================================== --- head/textproc/sagasu/Makefile (revision 161191) +++ head/textproc/sagasu/Makefile (revision 161192) @@ -1,40 +1,39 @@ # New ports collection makefile for: textproc/sagasu # Date created: 10 Jul 2003 # Whom: Juan Salaverria # # $FreeBSD$ PORTNAME= sagasu PORTVERSION= 2.0.8 CATEGORIES= textproc gnome -MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ \ - http://demian.dyndns.org/src/ +MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME tool to find strings in a set of files USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix libgnomeui -USE_REINPLACE= yes +USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= sagasu.1 post-patch: @${REINPLACE_CMD} -e \ 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' ${WRKSRC}/src/Makefile.in post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in AUTHORS INSTALL NEWS README THANKS TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/textproc/sagasu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/textproc/sagasu/pkg-descr =================================================================== --- head/textproc/sagasu/pkg-descr (revision 161191) +++ head/textproc/sagasu/pkg-descr (revision 161192) @@ -1,9 +1,9 @@ Sagasu is a GNOME tool to find strings in a set of files. The user specifies the search directory and the set of files to be searched. Double-clicking on a search result launches a user command that can for example load the file in an editor at the appropriate line. The search can optionally ignore CVS directories. -WWW: http://sarrazip.com/dev/sagasu.html +WWW: http://www3.sympatico.ca/sarrazip/dev/sagasu.html Juan Salaverria -- Property changes on: head/textproc/sagasu/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property