aboutsummaryrefslogtreecommitdiffstats
path: root/net/freenet6/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-05-22 10:14:02 +0800
committeredwin <edwin@FreeBSD.org>2004-05-22 10:14:02 +0800
commit4cf5a993fdc2f8827aca8f30a5d09e6a15c93d8b (patch)
tree9c3aa2476ac0b7f7f074864df0d561021e8f75e9 /net/freenet6/Makefile
parent81e44bd48bba815baa3a533b513074cf8fbb2c73 (diff)
downloadfreebsd-ports-gnome-4cf5a993fdc2f8827aca8f30a5d09e6a15c93d8b.tar.gz
freebsd-ports-gnome-4cf5a993fdc2f8827aca8f30a5d09e6a15c93d8b.tar.zst
freebsd-ports-gnome-4cf5a993fdc2f8827aca8f30a5d09e6a15c93d8b.zip
From submitter:
I've noticed that on some 'unsymmetric' locales/charsets, the lower/uppercase conversion in the tspc-scripts fails on FreeBSD 5.x (caused by tr being changed to behave posixly correct). The fix is easy, see attached patch. Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Diffstat (limited to 'net/freenet6/Makefile')
-rw-r--r--net/freenet6/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/freenet6/Makefile b/net/freenet6/Makefile
index d8ff6a71e60d..c8cf4a93f885 100644
--- a/net/freenet6/Makefile
+++ b/net/freenet6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= freenet6
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= # fetch manually
DISTNAME= ${PORTNAME}-client-${PORTVERSION}
@@ -24,7 +25,7 @@ USE_REINPLACE= yes
MAN8= tspc.8
MAN5= tspc.conf.5
-PKGMESSAGE= ${WRKSRC}/pkg-message
+PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
@@ -69,8 +70,8 @@ post-patch:
@${CP} ${FILESDIR}/freenet6.sh.in ${WRKSRC}/freenet6.sh
@${REINPLACE_CMD} -e "s|@@PREFIX@@|${PREFIX}|g" ${WRKSRC}/freenet6.sh
- @${CP} ${FILESDIR}/pkg-message.in ${WRKSRC}/pkg-message
- @${REINPLACE_CMD} -e "s|@@PREFIX@@|${PREFIX}|g" ${WRKSRC}/pkg-message
+ @${CP} ${FILESDIR}/pkg-message.in ${WRKDIR}/pkg-message
+ @${REINPLACE_CMD} -e "s|@@PREFIX@@|${PREFIX}|g" ${WRKDIR}/pkg-message
@${REINPLACE_CMD} -e "s|@@PREFIX@@|${PREFIX}|g" \
${WRKSRC}/man/man8/tspc.8