summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-26 15:43:00 +0000
committervanilla <vanilla@FreeBSD.org>2014-06-26 15:43:00 +0000
commit04ccc0654fe0b3c8d0038c7f228a67ea189f951b (patch)
tree3a47eb55a31e4907838c6d3df4492d44af62a377
parent516b9494a356bb83b3b0c935e619e8f269e24b27 (diff)
downloadFreeBSD-ports-04ccc0654fe0b3c8d0038c7f228a67ea189f951b.zip
FreeBSD-ports-04ccc0654fe0b3c8d0038c7f228a67ea189f951b.tar.gz
Stagify.
Approved by: portmgr@ (blanket approval)
-rw-r--r--sysutils/cdls/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/cdls/Makefile b/sysutils/cdls/Makefile
index 20cd840..76a76c0 100644
--- a/sysutils/cdls/Makefile
+++ b/sysutils/cdls/Makefile
@@ -13,7 +13,6 @@ PLIST_FILES= bin/cdls
USES= ncurses
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${NCURSESBASE} == /usr
@@ -22,6 +21,6 @@ CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/Makefile
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud