aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2008-08-11 11:19:47 +0800
committeralepulver <alepulver@FreeBSD.org>2008-08-11 11:19:47 +0800
commit3ad59bd527f6a3a59cc4bac49bd3c6113e74dfab (patch)
treef043ca1b8fc723c21d69797436495420052a8fd7 /editors
parentf6184e12772d821f56605eec6dac49c4e951af1a (diff)
downloadfreebsd-ports-gnome-3ad59bd527f6a3a59cc4bac49bd3c6113e74dfab.tar.gz
freebsd-ports-gnome-3ad59bd527f6a3a59cc4bac49bd3c6113e74dfab.tar.zst
freebsd-ports-gnome-3ad59bd527f6a3a59cc4bac49bd3c6113e74dfab.zip
- For now, don't install manpage when NOPORTDOCS is defined (also it's a GUI
program). Reported by: QA Tindy
Diffstat (limited to 'editors')
-rw-r--r--editors/pdfedit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/pdfedit/Makefile b/editors/pdfedit/Makefile
index 934321a47d0f..fc592692f8b2 100644
--- a/editors/pdfedit/Makefile
+++ b/editors/pdfedit/Makefile
@@ -28,7 +28,9 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
MAKE_ENV= ${CONFIGURE_ENV} QTDIR="${LOCALBASE}"
CFLAGS+= -I${LOCALBASE}/include
+.if !defined(NOPORTDOCS)
MAN1= pdfedit.1
+.endif
.if defined(NOPORTDOCS)
post-patch: