summaryrefslogtreecommitdiff
path: root/net/wakeonlan
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-10 11:14:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-10 11:14:44 +0000
commitf22499689e9d6fe9f74cb1db9ac4e956e20b4e90 (patch)
tree2671ef652db3b92d5d978acf7c540cfae5c73f02 /net/wakeonlan
parentupgrade to 1.3.1 (diff)
use ${EXAMPLESDIR}
Notes
Notes: svn path=/head/; revision=52851
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>