diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-26 15:43:00 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-26 15:43:00 +0000 |
commit | 04ccc0654fe0b3c8d0038c7f228a67ea189f951b (patch) | |
tree | 3a47eb55a31e4907838c6d3df4492d44af62a377 | |
parent | 516b9494a356bb83b3b0c935e619e8f269e24b27 (diff) | |
download | FreeBSD-ports-04ccc0654fe0b3c8d0038c7f228a67ea189f951b.zip FreeBSD-ports-04ccc0654fe0b3c8d0038c7f228a67ea189f951b.tar.gz |
Stagify.
Approved by: portmgr@ (blanket approval)
-rw-r--r-- | sysutils/cdls/Makefile | 3 |
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> |