diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-09-02 09:02:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-09-02 09:02:47 +0000 |
commit | c4c9d65e2828d6f95fec232b44002ec6676ef2b4 (patch) | |
tree | 842307ed7b846d534c183782227cebba6f42c99c /textproc/dadadodo/Makefile | |
parent | 396323f61fd4f7de78883ad89accb7fcf2b49dbb (diff) | |
download | ports-c4c9d65e2828d6f95fec232b44002ec6676ef2b4.tar.gz ports-c4c9d65e2828d6f95fec232b44002ec6676ef2b4.zip |
Notes
Diffstat (limited to 'textproc/dadadodo/Makefile')
-rw-r--r-- | textproc/dadadodo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/dadadodo/Makefile b/textproc/dadadodo/Makefile index 2ec0db0458c9..4c360ae4624e 100644 --- a/textproc/dadadodo/Makefile +++ b/textproc/dadadodo/Makefile @@ -9,10 +9,12 @@ MASTER_SITES= https://www.jwz.org/dadadodo/ MAINTAINER= ports@FreeBSD.org COMMENT= Text processor which analyses text and generates random sentences +LICENSE= MIT # -like + PLIST_FILES= bin/dadadodo pre-patch: - ${REINPLACE_CMD} -E "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -E "s/^(CC|CFLAGS|LDFLAGS).+//" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${STAGEDIR}${PREFIX}/bin |