diff options
-rw-r--r-- | sysutils/cdls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cdls/Makefile b/sysutils/cdls/Makefile index 06e56e0..fb8dc10 100644 --- a/sysutils/cdls/Makefile +++ b/sysutils/cdls/Makefile @@ -20,7 +20,7 @@ USES= ncurses CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true .endif -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/Makefile +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cdls ${STAGEDIR}${PREFIX}/bin .include <bsd.port.post.mk> |