diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /editors/beav | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) |
Notes
Diffstat (limited to 'editors/beav')
-rw-r--r-- | editors/beav/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 8b6937a5a923..c5dceca31f1a 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:S/.//} ALL_TARGET= beav MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNIX -DBSD -DNOPROTO" +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|(OFILES):|$$(OFILES):|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/beav.1 |