aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-09 03:10:54 +0800
committerantoine <antoine@FreeBSD.org>2014-09-09 03:10:54 +0800
commit1230f84af9bcf60de4e87b051fa85331d7740295 (patch)
treea723bcff779933f9cc02b6536a5c1341b39faf13 /sysutils
parent8872366d531a18096bd89d40baa8e001b68e2925 (diff)
downloadfreebsd-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/Makefile4
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>