diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-10 14:02:09 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-10 14:02:09 +0800 |
commit | e23bec6a00f9525cf14813f17db210d69163405c (patch) | |
tree | 6ab7656d4cebf5c323db151cb74dc37b9c1bc322 /net-im | |
parent | cb244b900fab390fc0f4570111809fc4319d030c (diff) | |
download | freebsd-ports-gnome-e23bec6a00f9525cf14813f17db210d69163405c.tar.gz freebsd-ports-gnome-e23bec6a00f9525cf14813f17db210d69163405c.tar.zst freebsd-ports-gnome-e23bec6a00f9525cf14813f17db210d69163405c.zip |
Fix plist with -DNOPORTDOCS
Prompted by: QAT QA run
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kpopup/Makefile | 4 |
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} |