diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-09-02 13:26:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-09-02 13:26:34 +0000 |
commit | f86cad0ce3a80127b2912301315fa7dac042002d (patch) | |
tree | 724d013a376d218986fefc586ed681b8c219eeb7 /x11-clocks/mouseclock/Makefile | |
parent | 4e55a9215df0dcffaf32acdc58dfda0cb691838c (diff) | |
download | ports-f86cad0ce3a80127b2912301315fa7dac042002d.tar.gz ports-f86cad0ce3a80127b2912301315fa7dac042002d.zip |
Notes
Diffstat (limited to 'x11-clocks/mouseclock/Makefile')
-rw-r--r-- | x11-clocks/mouseclock/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-clocks/mouseclock/Makefile b/x11-clocks/mouseclock/Makefile index 416880fc84d6..2ddfc1984d19 100644 --- a/x11-clocks/mouseclock/Makefile +++ b/x11-clocks/mouseclock/Makefile @@ -3,7 +3,7 @@ PORTNAME= mouseclock PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-clocks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= X11/clocks @@ -11,13 +11,8 @@ MASTER_SITE_SUBDIR= X11/clocks MAINTAINER= ports@FreeBSD.org COMMENT= Display the current time using the X root cursor -USES= imake -USE_GMAKE= yes -USE_XORG= x11 xext -NO_INSTALL_MANPAGES= yes - -post-configure: - @${TOUCH} ${WRKSRC}/mouseclock.man +USES= imake:notall +USE_XORG= x11 post-install: .if !defined(NOPORTDOCS) |