Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 13:35:22 +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: r346512 - head/security/ranpwd
Message-ID:  <201402281335.s1SDZMN4000207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 28 13:35:22 2014
New Revision: 346512
URL: http://svnweb.freebsd.org/changeset/ports/346512
QAT: https://qat.redports.org/buildarchive/r346512/

Log:
  - Support staging
  - USES -> gmake

Modified:
  head/security/ranpwd/Makefile

Modified: head/security/ranpwd/Makefile
==============================================================================
--- head/security/ranpwd/Makefile	Fri Feb 28 13:29:24 2014	(r346511)
+++ head/security/ranpwd/Makefile	Fri Feb 28 13:35:22 2014	(r346512)
@@ -17,15 +17,13 @@ COMMENT=	Tool to generate random passwor
 
 LICENSE=	GPLv2 # (or later)
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
-MAN1=		ranpwd.1
-PLIST_FILES=	bin/ranpwd
+PLIST_FILES=	bin/ranpwd man/man1/ranpwd.1.gz
 
-NO_STAGE=	yes
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ranpwd ${PREFIX}/bin)
-	(cd ${WRKSRC} && ${INSTALL_MAN} ranpwd.1 ${MANPREFIX}/man/man1)
+	${INSTALL_PROGRAM} ${WRKSRC}/ranpwd ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/ranpwd.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?201402281335.s1SDZMN4000207>