summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-01 00:48:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-01 00:48:35 +0000
commit4bce4fb35546bca225c6d33b87dc5e0b63e51947 (patch)
treea7392fd1a2f43df17d58c22311a0b0d349f0e1fb /x11-toolkits
parentRemove duplicate do-build target (diff)
Coalesce two bogus post-patch targets into one.
Notes
Notes: svn path=/head/; revision=71260
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/ruby-qt2/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile
index c6a5aa729d22..acdffda19554 100644
--- a/x11-toolkits/ruby-qt2/Makefile
+++ b/x11-toolkits/ruby-qt2/Makefile
@@ -33,8 +33,6 @@ post-extract:
post-patch:
${GREP} -Frl 'typedef VALUE (*VALUEFUNC)();' ${WRKSRC} | \
${XARGS} ${RUBY} -i -pe 'sub(/typedef VALUE \(\*VALUEFUNC\)\(\);/, "typedef VALUE (*VALUEFUNC)(...);")'
-
-post-patch:
${RUBY} -i -pe 'sub %r"/usr/X11\b", "${X11BASE}"' ${WRKSRC}/lib/qt2.rb
post-install: