1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-06 10:28:26 +00:00
parent 2607a1896a
commit 88205510a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343001

View File

@ -13,8 +13,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/syslogger
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/syslogger ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/syslogger ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>