Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions ports/graphics/ttyplot/Makefile.DragonFly

This file was deleted.

3 changes: 0 additions & 3 deletions ports/graphics/ttyplot/STATUS

This file was deleted.

11 changes: 11 additions & 0 deletions ports/graphics/ttyplot/overlay.dops
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
target @any
port graphics/ttyplot
type port
reason "auto-converted from Makefile.DragonFly"

mk target set dfly-patch <<'MK1'
${REINPLACE_CMD} -e 's@-lcurses@-lncurses@g' \
${WRKSRC}/Makefile
${REINPLACE_CMD} -e 's@|| defined (__FreeBSD__)@|| defined (__FreeBSD__) || defined (__DragonFly__)@' \
${WRKSRC}/ttyplot.c
MK1
Loading