svn commit: r333385 - head/security/libsparkcrypto

John Marino marino at FreeBSD.org
Sun Nov 10 11:54:27 UTC 2013


Author: marino
Date: Sun Nov 10 11:54:26 2013
New Revision: 333385
URL: http://svnweb.freebsd.org/changeset/ports/333385

Log:
  security/libsparkcrypto: Convert to staging

Modified:
  head/security/libsparkcrypto/Makefile

Modified: head/security/libsparkcrypto/Makefile
==============================================================================
--- head/security/libsparkcrypto/Makefile	Sun Nov 10 11:48:29 2013	(r333384)
+++ head/security/libsparkcrypto/Makefile	Sun Nov 10 11:54:26 2013	(r333385)
@@ -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>


More information about the svn-ports-all mailing list