diff options
author | garga <garga@FreeBSD.org> | 2013-10-24 06:32:40 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-10-24 06:32:40 +0800 |
commit | e498604ac7524b714e0f970870c43edc5aab35b8 (patch) | |
tree | 6388c1eaee4596082284c22dac9d97f9e114c7d0 | |
parent | d381bd083f0e2a728fe2d83f86fb50938a21e22f (diff) | |
download | freebsd-ports-gnome-e498604ac7524b714e0f970870c43edc5aab35b8.tar.gz freebsd-ports-gnome-e498604ac7524b714e0f970870c43edc5aab35b8.tar.zst freebsd-ports-gnome-e498604ac7524b714e0f970870c43edc5aab35b8.zip |
Support staging
-rw-r--r-- | security/checkpassword/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/checkpassword/Makefile b/security/checkpassword/Makefile index d09db121edcb..1f8b535ca756 100644 --- a/security/checkpassword/Makefile +++ b/security/checkpassword/Makefile @@ -16,11 +16,9 @@ OPTIONS_DEFINE= DOCS ALL_TARGET= it INSTALL_TARGET= setup - PLIST_FILES= bin/checkpassword PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: @@ -29,13 +27,13 @@ post-patch: do-configure: @${ECHO_CMD} '${CC} ${CFLAGS} -s -lcrypt' > ${WRKSRC}/conf-cc @${ECHO_CMD} '${CC} ${CFLAGS} -s -lcrypt' > ${WRKSRC}/conf-ld - @${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home + @${ECHO_CMD} ${STAGEDIR}${PREFIX} >${WRKSRC}/conf-home post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .endif |