File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ SMTPMAIL_DESC= Bundle the smtp-email plugin into the package
23
23
NO_BUILD = yes
24
24
25
25
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
27
27
28
28
post-install :
29
29
.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)
35
35
.endif
36
36
37
37
.include <bsd.port.mk>
You can’t perform that action at this time.
0 commit comments