summaryrefslogtreecommitdiff
path: root/net/dictd
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 /net/dictd
parentupgrade to 0.9.7 (diff)
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
Notes
Notes: svn path=/head/; revision=45011
Diffstat (limited to 'net/dictd')
-rw-r--r--net/dictd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile
index 915fab21ee92..9ce5488a11f5 100644
--- a/net/dictd/Makefile
+++ b/net/dictd/Makefile
@@ -36,9 +36,9 @@ post-patch:
@${PERL} -pi -e "s|[\ \t]T_USER| T_USERNAME|g" ${WRKSRC}/*.[chly]
post-install:
- @${MKDIR} ${PREFIX}/share/${PORTNAME}
+ @${MKDIR} ${DATADIR}
.for i in example.conf example.dictrc example.site example2.conf example3.conf
- ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/$i ${DATADIR}
.endfor
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/${PORTNAME}.conf > ${PREFIX}/etc/${PORTNAME}.conf
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/${PORTNAME}.sh > ${PREFIX}/etc/rc.d/${PORTNAME}.sh