diff options
author | tron <tron> | 1999-04-07 23:55:25 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-07 23:55:25 +0000 |
commit | b9cb735c4d9e43cffd1b04f7fef7984755f7d8fb (patch) | |
tree | 207c154b216bc1c617ea0bb1f7bbd7385396cd9d /sysutils/mkisofs/Makefile | |
parent | d93f96a66a871ac8539a4b558442a43f9dcb57f2 (diff) | |
download | pkgsrc-b9cb735c4d9e43cffd1b04f7fef7984755f7d8fb.tar.gz |
Because "cvs" messes the patch file up during commit we remove the bogus
header from the manual page manually.
Diffstat (limited to 'sysutils/mkisofs/Makefile')
-rw-r--r-- | sysutils/mkisofs/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 17ee7f06699..abb33ffc510 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1999/02/20 22:48:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 1999/04/07 23:55:25 tron Exp $ # DISTNAME= mkisofs-1.11.3 @@ -13,4 +13,9 @@ NOT_FOR_ARCHS= alpha #gcc lossage GNU_CONFIGURE= yes ALL_TARGET= World +post-patch: + @cd ${WRKSRC}; \ + ${GREP} -v ^# mkisofs.8 >mkisofs.$$$$; \ + ${MV} mkisofs.$$$$ mkisofs.8 + .include "../../mk/bsd.pkg.mk" |