1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- use STAGEDIR

This commit is contained in:
Dirk Meyer 2013-10-06 09:19:17 +00:00
parent aef1954c88
commit 5602910768
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329542

View File

@ -13,12 +13,10 @@ COMMENT= AnimeNfo client
LICENSE= GPLv2
NO_STAGE= yes
USE_GMAKE= yes
PLIST_FILES= bin/animenfo-client
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${PREFIX}/bin/
@${INSTALL_PROGRAM} ${WRKSRC}/animenfo-client ${STAGEDIR}/${PREFIX}/bin/
.include <bsd.port.mk>