diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-23 17:25:08 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-23 17:25:08 +0000 |
commit | adfd5ff1c7f41c9aa9e477f9c65d37ba2dc5d6d8 (patch) | |
tree | 399d1f6828a4964e1455e402eba93395119783b9 /x11-clocks | |
parent | bb380ce69f006fa0766539090cbca619a67afb65 (diff) | |
download | ports-adfd5ff1c7f41c9aa9e477f9c65d37ba2dc5d6d8.tar.gz ports-adfd5ff1c7f41c9aa9e477f9c65d37ba2dc5d6d8.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/mouseclock/Makefile | 8 | ||||
-rw-r--r-- | x11-clocks/mouseclock/pkg-plist | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile index c5784c684c57..8979f4564d46 100644 --- a/x11-clocks/mouseclock/Makefile +++ b/x11-clocks/mouseclock/Makefile @@ -7,7 +7,7 @@ PORTNAME= mouseclock PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks @@ -18,15 +18,15 @@ COMMENT= Display the current time using the X root cursor USE_GMAKE= yes USE_IMAKE= yes XMKMF= xmkmf -NO_INSTALL_MANPAGES= yes +NO_INSTALL_MANPAGES= yes post-configure: @${TOUCH} ${WRKSRC}/mouseclock.man post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/mouseclock - @${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/mouseclock + @${MKDIR} ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/x11-clocks/mouseclock/pkg-plist b/x11-clocks/mouseclock/pkg-plist index 236f146dc014..01b89430485a 100644 --- a/x11-clocks/mouseclock/pkg-plist +++ b/x11-clocks/mouseclock/pkg-plist @@ -1,3 +1,3 @@ bin/mouseclock -share/doc/mouseclock/README -@dirrm share/doc/mouseclock +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |