Index: head/print/pfbtopfa/Makefile =================================================================== --- head/print/pfbtopfa/Makefile (revision 387895) +++ head/print/pfbtopfa/Makefile (revision 387896) @@ -1,19 +1,20 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= pfbtopfa PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \ ftp://ftp.whizkidtech.redprince.net/fonts/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PFB files to the PFA format PLIST_FILES= bin/pfbtopfa man/man1/pfbtopfa.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pfbtopfa ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pfbtopfa.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include Index: head/print/pfbtopfa/files/patch-Makefile =================================================================== --- head/print/pfbtopfa/files/patch-Makefile (nonexistent) +++ head/print/pfbtopfa/files/patch-Makefile (revision 387896) @@ -0,0 +1,9 @@ +--- Makefile.orig 2003-02-06 23:20:14 UTC ++++ Makefile +@@ -13,5 +13,4 @@ CC = gcc + all: pfbtopfa + + pfbtopfa: pfbtopfa.c +- CC ${CFLAGS} pfbtopfa.c -o pfbtopfa +- strip pfbtopfa ++ ${CC} ${CFLAGS} pfbtopfa.c -o pfbtopfa Property changes on: head/print/pfbtopfa/files/patch-Makefile ___________________________________________________________________ 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