remove confusing for gcc2 ^M per naddy's patch for www/cssed
This commit is contained in:
parent
3297aa9186
commit
f4f9ecbd87
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.2 2005/03/30 21:16:18 jolan Exp $
|
# $OpenBSD: Makefile,v 1.3 2006/02/07 21:37:21 pvalchev Exp $
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= "perl interface to a variant of the MD5 algorithm"
|
COMMENT= "perl interface to a variant of the MD5 algorithm"
|
||||||
@ -17,4 +17,8 @@ CONFIGURE_STYLE=perl
|
|||||||
|
|
||||||
INSTALL_TARGET= install_site
|
INSTALL_TARGET= install_site
|
||||||
|
|
||||||
|
# trailing ^M after a \ for line continuation confuses gcc2
|
||||||
|
pre-patch:
|
||||||
|
@perl -i -pe 's/\r$$//' ${WRKSRC}/M4p.xs
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user