diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-04-08 20:34:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-04-08 20:34:47 +0000 |
commit | a4ddf1100decc933ccae04157fa7a30d0670ccdc (patch) | |
tree | 27a171bc5067765ed3278585840d9f1650627575 /x11-wm | |
parent | Update to 0.12.40. (diff) |
Install man page.
Notes
Notes:
svn path=/head/; revision=78619
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/jewel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile index 78dd613dbecd..7fde7735d465 100644 --- a/x11-wm/jewel/Makefile +++ b/x11-wm/jewel/Makefile @@ -17,6 +17,7 @@ COMMENT= Window manager based on aewm++ ALL_TARGET= jewel DOCDIR= share/doc/${PORTNAME} DOCS= Changelog Changelog.DLR Changelog.jewel INSTALL LICENSE README +MAN1= jewel.1x PLIST= ${WRKDIR}/pkg-plist USE_X_PREFIX= yes USE_GMAKE= yes @@ -37,6 +38,7 @@ pre-install: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jewel ${PREFIX}/bin/jewel + ${INSTALL_MAN} ${WRKSRC}/jewel.1x ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/${DOCDIR} .for ii in ${DOCS} |