Support staging

This commit is contained in:
Emanuel Haupt 2014-02-21 09:47:16 +00:00
parent 665b5629cc
commit c9244d69f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345346

View file

@ -16,8 +16,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/smtpmail
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>