summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-10 06:02:09 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-04-10 06:02:09 +0000
commit9f256565c973c7c0fdf89fa5e474c58aa12990ec (patch)
treee7052a1e4c33e3eea07a0df90aefe3380e2c73f0 /net-im
parentPresenting GNOME 2.26 for FreeBSD. See (diff)
Fix plist with -DNOPORTDOCS
Prompted by: QAT QA run
Notes
Notes: svn path=/head/; revision=231974
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kpopup/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/kpopup/Makefile b/net-im/kpopup/Makefile
index b37db8d27f7e..2af6720343bb 100644
--- a/net-im/kpopup/Makefile
+++ b/net-im/kpopup/Makefile
@@ -24,6 +24,7 @@ SUB_FILES= pkg-message
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
+INSTALLS_ICONS= yes
KPOPUP_DIR= /var/tmp/kpopup
@@ -32,6 +33,9 @@ post-patch:
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' ${WRKSRC}/admin/ltmain.sh
@${REINPLACE_CMD} "s^/usr/bin^${LOCALBASE}/bin^; s^/var/lib/kpopup^${KPOPUP_DIR}^" \
${WRKSRC}/src/misc.h
+.ifdef NOPORTDOCS
+ @${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in
+.endif
post-install:
@${MKDIR} ${KPOPUP_DIR} && ${CHMOD} 777 ${KPOPUP_DIR}