aboutsummaryrefslogtreecommitdiff
path: root/net/dictd
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2006-01-07 23:18:50 +0000
committerDima Dorfman <dd@FreeBSD.org>2006-01-07 23:18:50 +0000
commit49d4bca863d125987bbdab7a663a2c6b2d3a19ad (patch)
tree81b15f804864a8b9b4e1cec0eff83e68c1f6c29e /net/dictd
parent438fb75aed343407c19e57f832ae11a06137079c (diff)
downloadports-49d4bca863d125987bbdab7a663a2c6b2d3a19ad.tar.gz
ports-49d4bca863d125987bbdab7a663a2c6b2d3a19ad.zip
Don't create the data directory that we no longer use. Nothing was
installed into it, and it was no longer being deleted in the plist, so it would remain after deinstallation. Problem reported by: botkris Submitted by: Andy Miller
Notes
Notes: svn path=/head/; revision=153023
Diffstat (limited to 'net/dictd')
-rw-r--r--net/dictd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile
index 71276a0ea7d4..c5480eb01f64 100644
--- a/net/dictd/Makefile
+++ b/net/dictd/Makefile
@@ -42,7 +42,6 @@ post-patch:
@${REINPLACE_CMD} -e "s|\([\ \t(]\)T_USER|\1T_USERNAME|g" ${WRKSRC}/*.[chly]
post-install:
- @${MKDIR} ${DATADIR}
@${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/${PORTNAME}.conf > ${PREFIX}/etc/${PORTNAME}.conf.sample
@[ -f ${PREFIX}/etc/${PORTNAME}.conf ] || ${CP} ${PREFIX}/etc/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}.conf
@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${FILESDIR}/${PORTNAME}.sh > ${PREFIX}/etc/rc.d/${PORTNAME}.sh