aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnome-launch-box
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-07-09 04:14:39 +0800
committeritetcu <itetcu@FreeBSD.org>2008-07-09 04:14:39 +0800
commita3e621f903df36b1ec4a5aae680df233d153907c (patch)
tree5edacbf156b665e4e393e78b79ee94fe9a5c0006 /x11/gnome-launch-box
parenta635698cb621fdc072536353b452202b61a0eb87 (diff)
downloadfreebsd-ports-gnome-a3e621f903df36b1ec4a5aae680df233d153907c.tar.gz
freebsd-ports-gnome-a3e621f903df36b1ec4a5aae680df233d153907c.tar.zst
freebsd-ports-gnome-a3e621f903df36b1ec4a5aae680df233d153907c.zip
- fix plist wiht -DNOPORTDOCS
- bump PORTREVISION Prompted by: QA Tindy run
Diffstat (limited to 'x11/gnome-launch-box')
-rw-r--r--x11/gnome-launch-box/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-launch-box/Makefile b/x11/gnome-launch-box/Makefile
index 323a644ac46f..c83bf78297cd 100644
--- a/x11/gnome-launch-box/Makefile
+++ b/x11/gnome-launch-box/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnome-launch-box
PORTVERSION= 20060112
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= jylefort
@@ -34,7 +34,9 @@ pre-configure:
${LOCALBASE}/bin/intltoolize
post-install:
+.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+.endif
.include <bsd.port.mk>