summaryrefslogtreecommitdiff
path: root/editors/pdfedit
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-08-11 03:19:47 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-08-11 03:19:47 +0000
commit00e2f2ca4dc6092ceaa2d49b77922044d64e4b4f (patch)
tree188cf1d27c1991e8a32a5fa3091f36cc3ed34320 /editors/pdfedit
parentdba9a1f564528705743349c2fcfa7885525852f3 (diff)
downloadfreebsd-ports-00e2f2ca4dc6092ceaa2d49b77922044d64e4b4f.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/pdfedit')
-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: