Correct a typo when restoring pre-GNOME 2.16 bit.

Approved by:	portmgr (implicit)
This commit is contained in:
Joe Marcus Clarke 2006-10-15 03:42:39 +00:00
parent aa8ce5cc02
commit b4d9a249b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175314

View file

@ -743,7 +743,7 @@ gnome-pre-su-install:
@${MTREE_CMD} ${MTREE_ARGS:S/${MTREE_FILE}/${GNOME_MTREE_FILE}/} ${TARGETDIR}/ >/dev/null @${MTREE_CMD} ${MTREE_ARGS:S/${MTREE_FILE}/${GNOME_MTREE_FILE}/} ${TARGETDIR}/ >/dev/null
.endif .endif
.if defined(GCONF_SCHEMAS) .if defined(GCONF_SCHEMAS)
@${MKDIR} ${TARGETDIR}${PREFIX}/etc/gconf/gconf.xml.defaults/ @${MKDIR} ${TARGETDIR}/etc/gconf/gconf.xml.defaults/
.else .else
@${DO_NADA} @${DO_NADA}
.endif .endif