aboutsummaryrefslogtreecommitdiff
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
parent3ecc8b8113e229cf403c3dd3059558a8f9c7e046 (diff)
downloadports-8778f5ffc5440a0d70030f9208a9e9458fcf3ec6.tar.gz
ports-8778f5ffc5440a0d70030f9208a9e9458fcf3ec6.zip
Notes
Diffstat (limited to 'x11-clocks/asclock-xlib/Makefile')
-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>