diff options
Diffstat (limited to 'x11-clocks/asclock-xlib/Makefile')
-rw-r--r-- | x11-clocks/asclock-xlib/Makefile | 2 |
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> |