diff options
author | Anders Nordby <anders@FreeBSD.org> | 2004-01-17 15:43:11 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2004-01-17 15:43:11 +0000 |
commit | 09c932d7f02ec3a4e2b373ee9176c3d63ec450e1 (patch) | |
tree | 9c7b7ccbce57ca79a3925a4b3d824e7d26e7efe3 /x11-clocks/wmtz | |
parent | 153d604e2408e7fa68470a7f312a04c7c8ab76d5 (diff) | |
download | freebsd-ports-09c932d7f02ec3a4e2b373ee9176c3d63ec450e1.zip |
Make port install the manpage as well.
Diffstat (limited to 'x11-clocks/wmtz')
-rw-r--r-- | x11-clocks/wmtz/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-clocks/wmtz/Makefile b/x11-clocks/wmtz/Makefile index 6c9edfe215fa..0b6e5580fcc2 100644 --- a/x11-clocks/wmtz/Makefile +++ b/x11-clocks/wmtz/Makefile @@ -18,8 +18,10 @@ USE_GMAKE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/wmtz USE_X_PREFIX= yes USE_XPM= yes +MAN1= wmtz.1 post-install: + @${INSTALL_MAN} ${WRKSRC}/wmtz.1 ${PREFIX}/man/man1/ @${ECHO} "===> Installing wmtzrc.default in ${PREFIX}/etc." @${ECHO} "===> Copy it to ~/.wmtzrc or ${PREFIX}/etc/wmtzrc and modify it." @${INSTALL_DATA} ${WRKSRC}/wmtzrc ${PREFIX}/etc/wmtzrc.default |