Index: head/audio/btc/pkg-plist =================================================================== --- head/audio/btc/pkg-plist (revision 114770) +++ head/audio/btc/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/btc -%%DOCSDIR%%/btc.doc -@dirrm %%DOCSDIR%% Property changes on: head/audio/btc/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.3 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/audio/btc/Makefile =================================================================== --- head/audio/btc/Makefile (revision 114770) +++ head/audio/btc/Makefile (revision 114771) @@ -1,30 +1,32 @@ # New ports collection makefile for: btc # Date created: 1 August 2000 # Whom: Bill Fumerola # # $FreeBSD$ # PORTNAME= btc PORTVERSION= 258 CATEGORIES= audio MASTER_SITES= http://www.harmony-central.com/Bass/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org COMMENT= A tool for creating bass tablature WRKSRC= ${WRKDIR} -do-build: +PLIST_FILES= bin/btc +PORTDOCS= btc.doc +do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc \ - ${PREFIX}/share/doc/${PORTNAME} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc ${DOCSDIR} +.endif .include Property changes on: head/audio/btc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/audio/btc/files/patch-aa =================================================================== --- head/audio/btc/files/patch-aa (revision 114770) +++ head/audio/btc/files/patch-aa (revision 114771) @@ -1,11 +1,20 @@ ---- btc.c.orig Sun Jul 30 15:55:16 2000 -+++ btc.c Sun Jul 30 15:56:41 2000 +--- btc.c.orig Sat Oct 2 00:24:02 1993 ++++ btc.c Mon Jul 26 16:40:04 2004 +@@ -705,7 +705,7 @@ + /* + * GLOBALS + */ +-UINT max_line_length; /* Length of line in characters */ ++UINT max_line_length, /* Length of line in characters */ + num_of_lines_read; /* Number of lines read from file */ + + /* @@ -1583,7 +1583,7 @@ #if FONT == NO_CUSTOM_FONT fprintf( outfile, "\ - || Capitol notes are dotted notes (1.5 x duration)\n\ + || Capital notes are dotted notes (1.5 x duration)\n\ ||\n" ); #endif Property changes on: head/audio/btc/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property