diff options
author | Jim Mock <jim@FreeBSD.org> | 2002-08-13 01:39:52 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2002-08-13 01:39:52 +0000 |
commit | 984590a5e37dbc239f3c3b8cc96eca493ee961cc (patch) | |
tree | c4c60bbf6642f2981a59f4c15bf90de845c62d0a /net/ayttm/Makefile | |
parent | 7a3194891b029cda00f5614e8782c095881ab798 (diff) |
Notes
Diffstat (limited to 'net/ayttm/Makefile')
-rw-r--r-- | net/ayttm/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index 5e91462c7622..ff51086cf298 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= everybuddy -PORTVERSION= 0.4.2 -PORTREVISION= 2 +PORTVERSION= 0.4.3 CATEGORIES= net MASTER_SITES= http://www.everybuddy.com/files/ @@ -44,9 +43,6 @@ pre-patch: s|-lpthreads|${PTHREAD_LIBS:S/"//g}|g; \ s|-D_REENTRANT -Wall -g|-D_REENTRANT ${PTHREAD_CFLAGS}|g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|share/everybuddy/modules|/lib/everybuddy/modules|g' \ - ${WRKSRC}/src/config.sh.in @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^Utilitiesdir|#Utilitiesdir|g; \ s|^Utilities_DATA|#Utilities_DATA|g; \ |