diff options
author | John Marino <marino@FreeBSD.org> | 2015-08-22 15:51:40 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-08-22 15:51:40 +0000 |
commit | f10ad36eac531ee4b8b17f0d4fab1db948819f21 (patch) | |
tree | 046285cf26137fd582aaa1f71a2410eee6627683 | |
parent | 801cff9e4e364a30da361f4a26c1cfd78ab33264 (diff) |
Notes
-rw-r--r-- | graphics/togl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index 96765f39644c..e32d7da69d8a 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -36,6 +36,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|wish |${WISH:T} |' ${WRKSRC}/*.tcl + @${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/g' \ + ${WRKSRC}/configure do-install: @${MKDIR} ${STAGEDIR}${TOGL_INSTDIR} |