diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-21 17:53:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-21 17:53:06 +0800 |
commit | 96523b09c09e46bec89675d7a2a16ced154d077b (patch) | |
tree | f89c16605fbd3bd1aedebf093ec57b601f9fb079 | |
parent | 157bf5022507f38258a08a2c6c3e0d59dcd91c79 (diff) | |
download | freebsd-ports-gnome-96523b09c09e46bec89675d7a2a16ced154d077b.tar.gz freebsd-ports-gnome-96523b09c09e46bec89675d7a2a16ced154d077b.tar.zst freebsd-ports-gnome-96523b09c09e46bec89675d7a2a16ced154d077b.zip |
- Stage support
-rw-r--r-- | security/pvk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/pvk/Makefile b/security/pvk/Makefile index 1195c5627da5..055ef5bb2805 100644 --- a/security/pvk/Makefile +++ b/security/pvk/Makefile @@ -13,10 +13,9 @@ COMMENT= Tool to convert a RSA key in PEM format into a PVK file and vice versa WRKSRC= ${WRKDIR} -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pvk ${PREFIX}/bin - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/pvk ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |