diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-08-11 11:19:47 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-08-11 11:19:47 +0800 |
commit | 3ad59bd527f6a3a59cc4bac49bd3c6113e74dfab (patch) | |
tree | f043ca1b8fc723c21d69797436495420052a8fd7 /editors | |
parent | f6184e12772d821f56605eec6dac49c4e951af1a (diff) | |
download | freebsd-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/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: |