Date: Sat, 8 Feb 2014 17:58:31 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343371 - head/security/aespipe Message-ID: <201402081758.s18HwVQa003605@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Feb 8 17:58:31 2014 New Revision: 343371 URL: http://svnweb.freebsd.org/changeset/ports/343371 QAT: https://qat.redports.org/buildarchive/r343371/ Log: Support staging and add LICENSE Modified: head/security/aespipe/Makefile Modified: head/security/aespipe/Makefile ============================================================================== --- head/security/aespipe/Makefile Sat Feb 8 17:53:48 2014 (r343370) +++ head/security/aespipe/Makefile Sat Feb 8 17:58:31 2014 (r343371) @@ -11,17 +11,17 @@ MASTER_SITES= http://loop-aes.sourceforg MAINTAINER= gehm@physik.tu-berlin.de COMMENT= AES encrypting or decrypting pipe -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +LICENSE= GPLv2 -MAN1= aespipe.1 +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg USE_BZIP2= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/aespipe +PLIST_FILES= bin/aespipe man/man1/aespipe.1.gz -NO_STAGE= yes .include <bsd.port.pre.mk> + ALL_TARGET= .if ${ARCH} == amd64 MAKE_ARGS= amd64 @@ -33,4 +33,9 @@ MAKE_ARGS= x86 post-build: cd ${WRKSRC} && make tests + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081758.s18HwVQa003605>