diff options
Diffstat (limited to 'textproc/dadadodo')
-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> |