summaryrefslogtreecommitdiff
path: root/net/wakeonlan
diff options
context:
space:
mode:
Diffstat (limited to 'net/wakeonlan')
-rw-r--r--net/wakeonlan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wakeonlan/Makefile b/net/wakeonlan/Makefile
index b056876cced5..f7f8db16018d 100644
--- a/net/wakeonlan/Makefile
+++ b/net/wakeonlan/Makefile
@@ -17,7 +17,7 @@ PERL_CONFIGURE= yes
MAN1= wakeonlan.1
post-install:
- @${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
- @${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${PREFIX}/share/examples/${PORTNAME}
+ @${MKDIR} ${EXAMPLESDIR}
+ @${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${EXAMPLESDIR}
.include <bsd.port.mk>