diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 12:08:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-26 12:08:06 +0000 |
commit | 336e98a2400393cb9303ab333d43b98bd9bffd39 (patch) | |
tree | 64b1bfe2439c503b0ee6f1fc1ddb8a8de577609f /textproc/dadadodo/Makefile | |
parent | 75676e555f63f9d3ceb2b6b1320bd4083fb0c0c5 (diff) | |
download | ports-336e98a2400393cb9303ab333d43b98bd9bffd39.tar.gz ports-336e98a2400393cb9303ab333d43b98bd9bffd39.zip |
Notes
Diffstat (limited to 'textproc/dadadodo/Makefile')
-rw-r--r-- | textproc/dadadodo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/dadadodo/Makefile b/textproc/dadadodo/Makefile index 176d00b6bd8e..9635c783018b 100644 --- a/textproc/dadadodo/Makefile +++ b/textproc/dadadodo/Makefile @@ -11,11 +11,10 @@ COMMENT= Text processor which analyses text and generates random sentences PLIST_FILES= bin/dadadodo -NO_STAGE= yes pre-patch: ${REINPLACE_CMD} -E "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |