summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-12-13 07:27:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-12-13 07:27:46 +0000
commit9649bbde77920d43cb45e91596214cc8caa28653 (patch)
tree59633d9950e61c39186bcb2432447382970bdba3 /deskutils
parentUpdate to 6.2.1 (diff)
unbreak by fixing plist problem
Notes
Notes: svn path=/head/; revision=123898
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/blogtk/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/blogtk/Makefile b/deskutils/blogtk/Makefile
index 89e1064729f8..d5c39b773199 100644
--- a/deskutils/blogtk/Makefile
+++ b/deskutils/blogtk/Makefile
@@ -24,8 +24,6 @@ USE_GNOME= pygtk2 pygnome2
NO_BUILD= yes
WRKSRC= ${WRKDIR}/BloGTK-${PORTVERSION}
-BROKEN= Incomplete pkg-plist
-
post-patch:
@${REINPLACE_CMD} -e 's,/usr/shar,${PREFIX}/shar,' ${WRKSRC}/src/BloGTK.py
@@ -37,7 +35,7 @@ do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${DATADIR}
@${LN} -fs ${PYTHON_SITELIBDIR}/blogtk/BloGTK.py ${PREFIX}/bin/blogtk
-.for dir in ${PYTHON_SITELIBDIR}/blogtk ${DATADIR}
+.for dir in ${PYTHON_SITELIBDIR}/blogtk ${PREFIX}/share/${PORTNAME}
@${FIND} ${dir} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${dir} -type d | ${SORT} -r | \