aboutsummaryrefslogtreecommitdiff
path: root/security/libsparkcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'security/libsparkcrypto')
-rw-r--r--security/libsparkcrypto/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/security/libsparkcrypto/Makefile b/security/libsparkcrypto/Makefile
index e4436a31fea4..ec2d0efa9f04 100644
--- a/security/libsparkcrypto/Makefile
+++ b/security/libsparkcrypto/Makefile
@@ -16,11 +16,9 @@ LICENSE= BSD
USES= ada gmake
USE_DOS2UNIX= Makefile build/libsparkcrypto.gpr
SPARKARCH:= ${ARCH:S/amd64/x86_64/:S/i386/i686/}
-DESTINY= ${WRKDIR}/destino
MAKE_ENV+= SPARKARCH=${SPARKARCH} \
SPARK_DIR=${WRKSRC}/src/spark \
- DESTDIR=${DESTINY} \
MODE=release \
RUNTIME=native \
NO_TESTS=true \
@@ -28,7 +26,6 @@ MAKE_ENV+= SPARKARCH=${SPARKARCH} \
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
@@ -38,11 +35,8 @@ MAKE_ENV+= NO_APIDOC=true
.endif
post-patch:
- # ports passed unwanted ARCH definition to Makefile
+# ports passed unwanted ARCH definition to Makefile
@${REINPLACE_CMD} -e 's|ARCH|SPARKARCH|g' \
${WRKSRC}/Makefile
-post-install:
- ${CP} -pR ${DESTINY}${PREFIX}/ ${PREFIX}/
-
.include <bsd.port.mk>