Support stage

This commit is contained in:
Baptiste Daroussin 2014-02-09 23:03:10 +00:00
parent 07302f04b6
commit a26d9e8442
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343552

View file

@ -12,8 +12,7 @@ COMMENT= Unreal Media Ripper
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>