diff options
author | trevor <trevor@FreeBSD.org> | 2003-04-09 04:34:47 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-04-09 04:34:47 +0800 |
commit | 1bce8907f152444e5b873dda03fbbeb3750fa1b6 (patch) | |
tree | 25116fdcb3c5a3916ff29a1128ee01971487086a /x11-wm | |
parent | 4b94b4b7d57103f6bb01cd2678e55132621edf69 (diff) | |
download | freebsd-ports-gnome-1bce8907f152444e5b873dda03fbbeb3750fa1b6.tar.gz freebsd-ports-gnome-1bce8907f152444e5b873dda03fbbeb3750fa1b6.tar.zst freebsd-ports-gnome-1bce8907f152444e5b873dda03fbbeb3750fa1b6.zip |
Install man page.
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} |