aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lineakd/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-09 17:33:33 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-09 17:33:33 +0000
commit9edb89578bfe810d93a395d25150ea8b4fd683a9 (patch)
tree811fa829aedd171e3b4b51b37bd96c2c914bb58d /sysutils/lineakd/Makefile
parent98ff7fc9475cafc63961465f28a56acdf8d2c6e0 (diff)
downloadports-9edb89578bfe810d93a395d25150ea8b4fd683a9.tar.gz
ports-9edb89578bfe810d93a395d25150ea8b4fd683a9.zip
Notes
Diffstat (limited to 'sysutils/lineakd/Makefile')
-rw-r--r--sysutils/lineakd/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/lineakd/Makefile b/sysutils/lineakd/Makefile
index 71c061043b62..9cb6e8d62eee 100644
--- a/sysutils/lineakd/Makefile
+++ b/sysutils/lineakd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= lineakd
-PORTVERSION= 0.8.3
-PORTREVISION= 1
+PORTVERSION= 0.9
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=lineak
@@ -28,7 +27,7 @@ CONFIGURE_ARGS+=--program-prefix=''
PORTDOCS= README TODO AUTHORS
MAN1= lineakd.1
-MANCOMPRESSED= yes
+#MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
@@ -38,8 +37,10 @@ USE_GCC= 3.4
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread||' ${WRKSRC}/lineakd/Makefile.in
- @${REINPLACE_CMD} -e 's|-ldl||' ${WRKSRC}/lineakd/Makefile.in
+ @${REINPLACE_CMD} -e 's|-lpthread||' \
+ ${WRKSRC}/lineak/Makefile.in ${WRKSRC}/lineakd/Makefile.in
+ @${REINPLACE_CMD} -e 's|-ldl||' \
+ ${WRKSRC}/lineak/Makefile.in ${WRKSRC}/lineakd/Makefile.in
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/configure
post-install: