Index: head/security/p5-dicewaregen/Makefile =================================================================== --- head/security/p5-dicewaregen/Makefile (revision 343091) +++ head/security/p5-dicewaregen/Makefile (revision 343092) @@ -1,28 +1,28 @@ # Created by: Aldis Berjoza # $FreeBSD$ PORTNAME= dicewaregen PORTVERSION= 1.3 CATEGORIES= security MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ PKGNAMEPREFIX= p5- MAINTAINER= graudeejs@gmail.com COMMENT= A simple perl script to generate Diceware dictionaries for passwords LIB_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell USES= perl5 USE_PERL5= run PLIST_FILES= bin/${PORTNAME} NO_BUILD= yes WRKSRC= ${WRKDIR}/dicewaregen-${REV} REV= 20c777eac1db -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/dicewaregen.pl \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include