Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 14:43:00 +00:00
parent e055b80bc0
commit e5f237f9a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346011

View File

@ -15,8 +15,7 @@ GNU_CONFIGURE= yes
ALL_TARGET= oak
PLIST_FILES= bin/oak
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/oak ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/oak ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>