summaryrefslogtreecommitdiff
path: root/irc/infobot
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-10 13:54:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-10 13:54:22 +0000
commitec7b561464bf844cc65b843d4f531945aa1d09fc (patch)
treeacf3f96eca894e3e032f914d0b0e69216c46a7ae /irc/infobot
parentupgrade to 0.9.7 (diff)
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
Notes
Notes: svn path=/head/; revision=45011
Diffstat (limited to 'irc/infobot')
-rw-r--r--irc/infobot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/irc/infobot/Makefile b/irc/infobot/Makefile
index c878b79951f1..42cb7353f337 100644
--- a/irc/infobot/Makefile
+++ b/irc/infobot/Makefile
@@ -21,9 +21,9 @@ NO_BUILD= yes
PLIST_SUB+= VERSION="${PORTVERSION}"
do-install:
- @if [ ! -d ${PREFIX}/share/${DISTNAME} ]; then \
- ${MKDIR} ${PREFIX}/share/${PORTNAME}-${PORTVERSION}; \
+ @if [ ! -d ${DATADIR}-${PORTVERSION} ]; then \
+ ${MKDIR} ${DATADIR}-${PORTVERSION}; \
fi
- ${CP} -R ${WRKSRC}/* ${PREFIX}/share/${PORTNAME}-${PORTVERSION}/
+ ${CP} -R ${WRKSRC}/* ${DATADIR}-${PORTVERSION}/
.include <bsd.port.mk>