svn commit: r367677 - head/sysutils/cdls
Antoine Brodin
antoine at FreeBSD.org
Mon Sep 8 19:10:55 UTC 2014
Author: antoine
Date: Mon Sep 8 19:10:54 2014
New Revision: 367677
URL: http://svnweb.freebsd.org/changeset/ports/367677
QAT: https://qat.redports.org/buildarchive/r367677/
Log:
Allow staging as a regular user
Modified:
head/sysutils/cdls/Makefile
Modified: head/sysutils/cdls/Makefile
==============================================================================
--- head/sysutils/cdls/Makefile Mon Sep 8 19:05:58 2014 (r367676)
+++ head/sysutils/cdls/Makefile Mon Sep 8 19:10:54 2014 (r367677)
@@ -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>
More information about the svn-ports-all
mailing list