diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-09 11:40:44 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-10-09 11:40:44 +0000 |
commit | 80d671ed4d40c109c7d746725d1f1a070d190285 (patch) | |
tree | c8e279ccd128686ec8f45b4459a069f74b055349 /math/miracl | |
parent | c08e691cbfd513a78018cc3bfc0e37cc04b30f27 (diff) | |
download | ports-80d671ed4d40c109c7d746725d1f1a070d190285.tar.gz ports-80d671ed4d40c109c7d746725d1f1a070d190285.zip |
Notes
Diffstat (limited to 'math/miracl')
-rw-r--r-- | math/miracl/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index aed326bc6a8c..eb28e132d4be 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -19,14 +19,13 @@ LICENSE_TEXT_COMMERCIAL= License available from CertiVox for commercial use and LICENSE_TEXT_COMMERCIAL+= to not be bound by the terms of the AGPLv3. Visit LICENSE_TEXT_COMMERCIAL+= http://certivox.com/index.php/solutions/miracl-crypto-sdk/ LICENSE_TEXT_COMMERCIAL+= for more details. -LICENSE_FILE= ${FILESDIR}/LICENSE +LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS_COMMERCIAL= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept ONLY_FOR_ARCHS= i386 amd64 USE_ZIP= yes USE_LDCONFIG= yes -NO_STAGE= yes EXTRACT_BEFORE_ARGS= -j -aa -L -q EXTRACT_AFTER_ARGS= -d ${WRKSRC} @@ -34,7 +33,7 @@ EXTRACT_AFTER_ARGS= -d ${WRKSRC} PLIST_FILES= lib/libmiracl.a \ include/miracl.h include/mirdef.h -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${ARCH} == "i386" BUILDCMD= linux @@ -71,11 +70,11 @@ do-build: do-install: # lib @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.a \ - ${PREFIX}/lib/lib${PORTNAME}.a + ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.a # headers @${INSTALL_DATA} ${WRKSRC}/miracl.h \ - ${PREFIX}/include/miracl.h + ${STAGEDIR}${PREFIX}/include/miracl.h @${INSTALL_DATA} ${WRKSRC}/mirdef.h \ - ${PREFIX}/include/mirdef.h + ${STAGEDIR}${PREFIX}/include/mirdef.h -.include <bsd.port.post.mk> +.include <bsd.port.mk> |