Skip to content

Commit 6871769

Browse files
committed
Get the port up and working on my local box.
Ready for push to the builders now..
1 parent 116d8a7 commit 6871769

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkg/ix-alertme/Makefile

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ SMTPMAIL_DESC= Bundle the smtp-email plugin into the package
2323
NO_BUILD= yes
2424

2525
do-install:
26-
${INSTALL_PROGRAM} ${WRKSRC}/src-go/ix-alertme/ix-alertme ${STAGEDIR}${PREFIX}/bin/
26+
${INSTALL_PROGRAM} ${WRKSRC}/src-go/ix-alertme/ix-alertme ${STAGEDIR}${PREFIX}/bin/ix-alertme
2727

2828
post-install:
2929
.if ${PORT_OPTIONS:MSMTPMAIL}
30-
${MKDIR} ${STAGEDIR}/${PREFIX}/${portname}/plugins/smtp-email
31-
(cd ${WRKSRC}/provider-plugins/smtp-email &&
32-
${COPYTREE_BIN} smtp-email ${STAGEDIR}/${PREFIX}/${portname}/plugins/smtp-email/smtp-email)
33-
(cd ${WRKSRC}/provider-plugins/smtp-email &&
34-
${COPYTREE_SHARE} manifest.json ${STAGEDIR}/${PREFIX}/${portname}/plugins/smtp-email/manifest.json)
30+
${MKDIR} ${STAGEDIR}/${PREFIX}/${PORTNAME}/plugins/smtp-email
31+
(cd ${WRKSRC}/provider-plugins/smtp-email && \
32+
${INSTALL_PROGRAM} smtp-email ${STAGEDIR}/${PREFIX}/${PORTNAME}/plugins/smtp-email/smtp-email)
33+
(cd ${WRKSRC}/provider-plugins/smtp-email && \
34+
${CP} manifest.json ${STAGEDIR}/${PREFIX}/${PORTNAME}/plugins/smtp-email/manifest.json)
3535
.endif
3636

3737
.include <bsd.port.mk>

0 commit comments

Comments
 (0)