From 21e216edd75d9779910b787f7084167af0bc73bc Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 31 Mar 2002 02:31:54 +0000 Subject: Remove #include --- x11-fonts/getbdf/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11-fonts/getbdf') diff --git a/x11-fonts/getbdf/Makefile b/x11-fonts/getbdf/Makefile index ca30812ec610..ce2349f49f77 100644 --- a/x11-fonts/getbdf/Makefile +++ b/x11-fonts/getbdf/Makefile @@ -18,6 +18,11 @@ USE_X_PREFIX= yes NO_WRKSUBDIR= yes ALL_TARGET= getbdf +pre-patch: + @${PERL} -pi -e 's,,,' \ + ${WRKSRC}/Xargs.c ${WRKSRC}/getbdf.c + + do-install: cd ${WRKSRC}; \ ${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} getbdf ${PREFIX}/bin -- cgit