aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/wmbday/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-06 16:25:20 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-06 16:25:20 +0000
commit21dabe6739f9d43c55068a6f7e792c2e4a888ffd (patch)
treeda4a1b4c2f85e93caa92db6208a238e58dc67388 /x11-clocks/wmbday/Makefile
parentbdbde67b8c2a9eb46ac0727a34c488c08dccc201 (diff)
downloadports-21dabe6739f9d43c55068a6f7e792c2e4a888ffd.tar.gz
ports-21dabe6739f9d43c55068a6f7e792c2e4a888ffd.zip
Notes
Diffstat (limited to 'x11-clocks/wmbday/Makefile')
-rw-r--r--x11-clocks/wmbday/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-clocks/wmbday/Makefile b/x11-clocks/wmbday/Makefile
index 0cef729123c7..43c9d638eb0b 100644
--- a/x11-clocks/wmbday/Makefile
+++ b/x11-clocks/wmbday/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= wmbday
-PORTVERSION= 0.2a
+PORTVERSION= 0.3
CATEGORIES= x11-clocks
MASTER_SITES= http://buzzinhornetz.ath.cx/wmbday/files/
@@ -15,14 +15,13 @@ COMMENT= Window Maker dock app that will remind you of birthdays
BUILD_DEPENDS= ${X11BASE}/bin/xmessage:${X_CLIENTS_PORT}
HAS_CONFIGURE= yes
-USE_XLIB= yes
+USE_X_PREFIX= yes
+MAKEFILE= BSDmakefile
MAN1= wmbday.1
+MANCOMPRESSED= yes
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wmbday ${PREFIX}/bin
-.if !defined(NO_INSTALL_MANPAGES)
- ${INSTALL_MAN} ${WRKSRC}/wmbday.1 ${PREFIX}/man/man1
-.endif
+post-extract:
+ @${CP} ${FILESDIR}/BSDmakefile ${WRKSRC}
.include <bsd.port.mk>