diff options
author | John Marino <marino@FreeBSD.org> | 2015-08-22 16:23:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-08-22 16:23:04 +0000 |
commit | 09066d022aa5d4f02dfa52bc82c89642ebc71ff9 (patch) | |
tree | fe985680bc72220f4f6c61b64fd6f64c159dc225 | |
parent | vietnamese/libviet is not jobs safe (diff) |
x11-toolkits/tk(table|treectrl): Fix configure to support DragonFly
These patches to these unmaintained ports have been in dports for a few
months so lets move them over to ports.
Notes
Notes:
svn path=/head/; revision=395043
-rw-r--r-- | x11-toolkits/tktable/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/tktreectrl/Makefile | 4 |
2 files changed, 8 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> diff --git a/x11-toolkits/tktreectrl/Makefile b/x11-toolkits/tktreectrl/Makefile index eae13134e616..c5814c2c11b1 100644 --- a/x11-toolkits/tktreectrl/Makefile +++ b/x11-toolkits/tktreectrl/Makefile @@ -20,4 +20,8 @@ TKPKG= treectrl${PORTVERSION} USE_LDCONFIG= ${PREFIX}/lib/${TKPKG} PLIST_SUB= TKPKG=${TKPKG} +post-patch: + @${REINPLACE_CMD} -e 's/FreeBSD-\*/FreeBSD-*|DragonFly-*/' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |