diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-29 09:41:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-29 09:41:38 +0000 |
commit | 34d8e88bd4f600b55dda2e7a1d970726316a543e (patch) | |
tree | 0267bdebd76eedbb0b5e8f260c09332a8b4d9cc2 /textproc/sagasu/Makefile | |
parent | c939cbc64ddb05a76ce15fff672ffc10fa200022 (diff) |
Notes
Diffstat (limited to 'textproc/sagasu/Makefile')
-rw-r--r-- | textproc/sagasu/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index 0084d65573b8..0005482f4319 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -5,9 +5,10 @@ # $FreeBSD$ PORTNAME= sagasu -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.5 CATEGORIES= textproc gnome -MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ +MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/ \ + http://demian.dyndns.org/src/ MAINTAINER= rael@vectorstar.net COMMENT= Sagasu is a GNOME tool to find strings in a set of files @@ -22,6 +23,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= sagasu.1 +PLIST_SUB= PORTVERSION=${PORTVERSION} + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure |