aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tktable
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-08-22 16:23:04 +0000
committerJohn Marino <marino@FreeBSD.org>2015-08-22 16:23:04 +0000
commit09066d022aa5d4f02dfa52bc82c89642ebc71ff9 (patch)
treefe985680bc72220f4f6c61b64fd6f64c159dc225 /x11-toolkits/tktable
parentf3233243fff401671f35522b89b3521c282994a8 (diff)
downloadports-09066d022aa5d4f02dfa52bc82c89642ebc71ff9.tar.gz
ports-09066d022aa5d4f02dfa52bc82c89642ebc71ff9.zip
Notes
Diffstat (limited to 'x11-toolkits/tktable')
-rw-r--r--x11-toolkits/tktable/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/tktable/Makefile b/x11-toolkits/tktable/Makefile
index d184abfdccd5..30b79433e305 100644
--- a/x11-toolkits/tktable/Makefile
+++ b/x11-toolkits/tktable/Makefile
@@ -37,4 +37,8 @@ test: build
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>