diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-09 03:10:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-09 03:10:54 +0800 |
commit | 1230f84af9bcf60de4e87b051fa85331d7740295 (patch) | |
tree | a723bcff779933f9cc02b6536a5c1341b39faf13 /sysutils | |
parent | 8872366d531a18096bd89d40baa8e001b68e2925 (diff) | |
download | freebsd-ports-gnome-1230f84af9bcf60de4e87b051fa85331d7740295.tar.gz freebsd-ports-gnome-1230f84af9bcf60de4e87b051fa85331d7740295.tar.zst freebsd-ports-gnome-1230f84af9bcf60de4e87b051fa85331d7740295.zip |
Allow staging as a regular user
Diffstat (limited to 'sysutils')
-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> |