diff options
author | kris <kris@FreeBSD.org> | 2002-12-01 08:48:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-01 08:48:35 +0800 |
commit | 8c0da6967bdce1a9724cd0d79f71900ce1e585ee (patch) | |
tree | 553ae8aae743d8eb98ca607add29a89cd799ae56 /x11-toolkits | |
parent | 1eb01c5196f4bba3e72a37c4088acaceca881b06 (diff) | |
download | freebsd-ports-gnome-8c0da6967bdce1a9724cd0d79f71900ce1e585ee.tar.gz freebsd-ports-gnome-8c0da6967bdce1a9724cd0d79f71900ce1e585ee.tar.zst freebsd-ports-gnome-8c0da6967bdce1a9724cd0d79f71900ce1e585ee.zip |
Coalesce two bogus post-patch targets into one.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile | 2 |
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: |