diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-08 19:10:54 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-08 19:10:54 +0000 |
commit | 1230f84af9bcf60de4e87b051fa85331d7740295 (patch) | |
tree | a723bcff779933f9cc02b6536a5c1341b39faf13 | |
parent | 8872366d531a18096bd89d40baa8e001b68e2925 (diff) | |
download | FreeBSD-ports-1230f84af9bcf60de4e87b051fa85331d7740295.zip FreeBSD-ports-1230f84af9bcf60de4e87b051fa85331d7740295.tar.gz |
Allow staging as a regular user
-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> |