summaryrefslogtreecommitdiff
path: root/x11-toolkits/vte
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-20 21:53:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-20 21:53:47 +0000
commit2ec35a94c2c35370c1f117662161718c6b2bab18 (patch)
tree46babbd4ac84da53cdbf9e29f860ce7419ef3be0 /x11-toolkits/vte
parentFix build on -current (#ifdef 0 -> #if 0) (diff)
Correct pathname to patch
Notes
Notes: svn path=/head/; revision=68443
Diffstat (limited to 'x11-toolkits/vte')
-rw-r--r--x11-toolkits/vte/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index ac500e350775..a0066278a98f 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -33,6 +33,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g' \
- ${WRKSRC}/gnome-pty-helper.c
+ ${WRKSRC}/gnome-pty-helper/gnome-pty-helper.c
.include <bsd.port.mk>