summaryrefslogtreecommitdiff
path: root/x11-clocks/asclock-xlib/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2007-06-02 03:00:51 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2007-06-02 03:00:51 +0000
commit8778f5ffc5440a0d70030f9208a9e9458fcf3ec6 (patch)
tree56697dc6b30810de7405dcc4845a6083f009a70b /x11-clocks/asclock-xlib/Makefile
parentAdd the overlooked gl.mo (localization) (diff)
- Correct MAN1 handling.
- Fix compilation with gcc 4.2. Mostly submitted by: dougb
Notes
Notes: svn path=/head/; revision=192565
Diffstat (limited to '')
-rw-r--r--x11-clocks/asclock-xlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/asclock-xlib/Makefile b/x11-clocks/asclock-xlib/Makefile
index 50db4f2a28c5..6f6ec275f1d8 100644
--- a/x11-clocks/asclock-xlib/Makefile
+++ b/x11-clocks/asclock-xlib/Makefile
@@ -17,7 +17,6 @@ COMMENT= New flavor of asclock
WRKSRC= ${WRKDIR}/asclock-xlib
USE_XPM= YES
-MAN1= asclock.1
.if defined(BATCH)
USE_IMAKE= YES
@@ -46,5 +45,6 @@ post-install:
${MKDIR} ${PREFIX}/share/asclock/${i}; \
${INSTALL_DATA} *.xpm config ${PREFIX}/share/asclock/${i}/ )
.endfor
+ cd ${WRKSRC} && ${MAKE} install.man
.include <bsd.port.post.mk>