diff options
-rw-r--r-- | games/cursive/Makefile | 3 | ||||
-rw-r--r-- | games/cursive/files/patch-cursive.6 | 11 |
2 files changed, 11 insertions, 3 deletions
diff --git a/games/cursive/Makefile b/games/cursive/Makefile index e9bda601690a..14efde170c49 100644 --- a/games/cursive/Makefile +++ b/games/cursive/Makefile @@ -17,9 +17,6 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/cursive \ man/man6/cursive.6.gz -post-patch: - @${REINPLACE_CMD} -e 's|/usr/games/||g' ${WRKSRC}/cursive.6 - do-build: ${CC} ${CFLAGS} -c ${WRKSRC}/cursive.c -o ${WRKSRC}/cursive.o ${CC} ${CFLAGS} -c ${WRKSRC}/font.c -o ${WRKSRC}/font.o diff --git a/games/cursive/files/patch-cursive.6 b/games/cursive/files/patch-cursive.6 new file mode 100644 index 000000000000..fdd118fee111 --- /dev/null +++ b/games/cursive/files/patch-cursive.6 @@ -0,0 +1,11 @@ +--- cursive.6.orig 1991-10-20 01:13:47 UTC ++++ cursive.6 +@@ -3,7 +3,7 @@ + .SH NAME + cursive \- print text in cursive script + .SH SYNOPSIS +-.B /usr/games/cursive ++.B cursive + [ + .BI \-i n + ] |