diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 02:43:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 02:43:13 +0000 |
commit | 48793c494fa10a70c6aa50cac71e2475d08fd697 (patch) | |
tree | 995ee7fdf2ad6ebedc034a9ee298590219c77910 | |
parent | Remove #include <malloc.h> (diff) |
Remove stray empty line
Notes
Notes:
svn path=/head/; revision=57002
-rw-r--r-- | x11-fonts/getbdf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-fonts/getbdf/Makefile b/x11-fonts/getbdf/Makefile index ce2349f49f77..09a04d7319b7 100644 --- a/x11-fonts/getbdf/Makefile +++ b/x11-fonts/getbdf/Makefile @@ -22,7 +22,6 @@ pre-patch: @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/Xargs.c ${WRKSRC}/getbdf.c - do-install: cd ${WRKSRC}; \ ${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} getbdf ${PREFIX}/bin |