diff options
author | John Marino <marino@FreeBSD.org> | 2013-11-10 11:54:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-11-10 11:54:26 +0000 |
commit | a2396a3d260726ca0fab0125308326a1091501f7 (patch) | |
tree | 83ddccf73d1b77799249fa226481b728859d6f1e /security/libsparkcrypto | |
parent | b47ee004f329ae956627e206a4a7fbbb51fb0a00 (diff) |
Notes
Diffstat (limited to 'security/libsparkcrypto')
-rw-r--r-- | security/libsparkcrypto/Makefile | 8 |
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> |