diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-05 16:22:58 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-05 16:22:58 +0000 |
commit | 43c0eb16887658baafad000227e26f4b530dc73b (patch) | |
tree | c97835eb6122bf98a55e1f739e34c5cbbb3ce9c6 /x11/xnee/Makefile | |
parent | 9d09e867656107dd7981837bbfc4a2a1aa4b5d0c (diff) |
- Update to version 1.08
PR: 58966
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=93161
Diffstat (limited to 'x11/xnee/Makefile')
-rw-r--r-- | x11/xnee/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index fd3ec6104920..b1293721f15e 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,9 +6,10 @@ # PORTNAME= xnee -PORTVERSION= 1.07 +PORTVERSION= 1.08 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= http://www.sandklef.com/xnee/tars/ \ + ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org @@ -27,7 +28,8 @@ INFO= xnee xnee_develop post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ 's| -g | \@CFLAGS\@ |g ; \ - s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' + s|-lpthread|${PTHREAD_LIBS:S/"//g}|g ; \ + s|-ldl||g' post-install: ${INSTALL_MAN} ${WRKSRC}/xnee/doc/xnee.1 ${MANPREFIX}/man/man1 |