diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 19:10:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-08 19:10:54 +0000 |
commit | bcfa35fc8af567f5928952a73aa25c5d87476039 (patch) | |
tree | a723bcff779933f9cc02b6536a5c1341b39faf13 | |
parent | Allow staging as a regular user (diff) |
Allow staging as a regular user
Notes
Notes:
svn path=/head/; revision=367677
-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 06e56e0c787a..fb8dc10a7a36 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> |