diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-08-11 03:19:47 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-08-11 03:19:47 +0000 |
commit | 00e2f2ca4dc6092ceaa2d49b77922044d64e4b4f (patch) | |
tree | 188cf1d27c1991e8a32a5fa3091f36cc3ed34320 /editors/pdfedit | |
parent | dba9a1f564528705743349c2fcfa7885525852f3 (diff) | |
download | freebsd-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/Makefile | 2 |
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: |