Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 08:26:15 +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: r346255 - head/security/fcrackzip
Message-ID:  <201402270826.s1R8QFAg019306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Feb 27 08:26:15 2014
New Revision: 346255
URL: http://svnweb.freebsd.org/changeset/ports/346255
QAT: https://qat.redports.org/buildarchive/r346255/

Log:
  Support staging

Modified:
  head/security/fcrackzip/Makefile

Modified: head/security/fcrackzip/Makefile
==============================================================================
--- head/security/fcrackzip/Makefile	Thu Feb 27 08:21:29 2014	(r346254)
+++ head/security/fcrackzip/Makefile	Thu Feb 27 08:26:15 2014	(r346255)
@@ -15,20 +15,15 @@ GNU_CONFIGURE=	yes
 USES=		perl5
 USE_PERL5=	build
 
-PLIST_FILES=	bin/fcrackzip bin/fcrackzipinfo
-.if !defined(NOPORTDOCS)
-MAN1=		fcrackzip.1
-.endif
+PLIST_FILES=	bin/fcrackzip bin/fcrackzipinfo man/man1/fcrackzip.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's/zipinfo/fcrackzipinfo/g' ${WRKSRC}/zipinfo.c
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/fcrackzip ${PREFIX}/bin/
-	@${INSTALL_PROGRAM} ${WRKSRC}/zipinfo ${PREFIX}/bin/fcrackzipinfo
-.if !defined(NOPORTDOCS)
-	@${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${PREFIX}/man/man1/
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/fcrackzip ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/zipinfo \
+		${STAGEDIR}${PREFIX}/bin/fcrackzipinfo
+	${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402270826.s1R8QFAg019306>