diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-12 22:02:10 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-06-12 22:02:10 +0000 |
commit | d8925574ce9b6ddde235851100a154e38ae9eb74 (patch) | |
tree | e8f1b1ad0e829b82e7f261088ce2da09482fc3df /editors/beav | |
parent | 8507aff81cc90b957dc9c334b9778d457ef497c8 (diff) |
Notes
Diffstat (limited to 'editors/beav')
-rw-r--r-- | editors/beav/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 28760701f8e1..a587622525c5 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -22,7 +22,7 @@ ALL_TARGET= beav MAN1= beav.1 post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=-DUNIX -DBSD #|g ; \ + @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=-DUNIX -DBSD -DNOPROTO#|g ; \ s|^CC=|CC?=|g ; \ s|^(|\$$(|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|/usr/doc/beav|${DOCSDIR}|g' ${WRKSRC}/beav.1 |