aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2006-01-08 07:18:50 +0800
committerdd <dd@FreeBSD.org>2006-01-08 07:18:50 +0800
commitc411fb57446a4cf10f94121d38079ed02b80ffa9 (patch)
tree1edd6a99892d1476d14b902e7254ddeeb41814e7 /net
parent66058663e8ae0132730e8b34fcaca8bf3d8f21f4 (diff)
downloadfreebsd-ports-gnome-c411fb57446a4cf10f94121d38079ed02b80ffa9.tar.gz
freebsd-ports-gnome-c411fb57446a4cf10f94121d38079ed02b80ffa9.tar.zst
freebsd-ports-gnome-c411fb57446a4cf10f94121d38079ed02b80ffa9.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
Diffstat (limited to 'net')
-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