diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 15:24:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-17 15:24:52 +0000 |
commit | 91ae60d4802d8742aefc505cc6af4c217c295840 (patch) | |
tree | 7d43bbb2f67bfe09f4a746850e6ec371cbe87d4e /graphics | |
parent | 0548500df65c122bfd36fbdc656eae4674f4465f (diff) | |
download | ports-91ae60d4802d8742aefc505cc6af4c217c295840.tar.gz ports-91ae60d4802d8742aefc505cc6af4c217c295840.zip |
Add manpage.
Notes
Notes:
svn path=/head/; revision=39973
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 9674cfbde402..d8394d99c377 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= gqview.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |