Index: head/games/cursive/Makefile =================================================================== --- head/games/cursive/Makefile (revision 529081) +++ head/games/cursive/Makefile (revision 529082) @@ -1,32 +1,29 @@ # Created by: James Howard # $FreeBSD$ PORTNAME= cursive PORTVERSION= 0.11 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= https://www.unixpapa.com/software/ DISTNAME= ${PORTNAME} MAINTAINER= ed.arrakis@gmail.com COMMENT= Create ASCII character cursive handwriting USES= tar:tgz 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 ${CC} ${CFLAGS} -o ${WRKSRC}/cursive ${WRKSRC}/cursive.o ${WRKSRC}/font.o do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cursive ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cursive.6 ${STAGEDIR}${PREFIX}/man/man6 .include Index: head/games/cursive/files/patch-cursive.6 =================================================================== --- head/games/cursive/files/patch-cursive.6 (nonexistent) +++ head/games/cursive/files/patch-cursive.6 (revision 529082) @@ -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 + ] Property changes on: head/games/cursive/files/patch-cursive.6 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property