summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-06-21 07:18:34 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-06-21 07:18:34 +0000
commitd2ea6f87e17dc36ab090897e1799373f5443dc99 (patch)
treecc31132ea87368792b7509e323e5783ae9d34b92 /x11-clocks
parent- The contents of these manaul pages live in other pages, so create (diff)
- wmdate links against libdockapp. Make it a LIB_DEPENDS.
PR: ports/112358 Submitted by: Harald Muehlboeck <home at clef.at> - Use PLIST_FILES to axe small pkg-plist - Use DOCSDIR, PORTDOCS macros
Notes
Notes: svn path=/head/; revision=193989
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/wmdate/Makefile14
-rw-r--r--x11-clocks/wmdate/pkg-plist3
2 files changed, 9 insertions, 8 deletions
diff --git a/x11-clocks/wmdate/Makefile b/x11-clocks/wmdate/Makefile
index 51ee1a23e65a..28d37cbbbc3a 100644
--- a/x11-clocks/wmdate/Makefile
+++ b/x11-clocks/wmdate/Makefile
@@ -7,23 +7,27 @@
PORTNAME= wmdate
PORTVERSION= 0.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-clocks windowmaker afterstep
MASTER_SITES= http://solfertje.student.utwente.nl/~dalroi/wmdate/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Date app for the WindowMaker dock
-BUILD_DEPENDS= ${X11BASE}/include/dockapp.h:${PORTSDIR}/x11-wm/libdockapp
+LIB_DEPENDS= dockapp.2:${PORTSDIR}/x11-wm/libdockapp
USE_IMAKE= yes
USE_XPM= yes
+PLIST_FILES= bin/wmdate
+
+PORTDOCS= README
+
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/wmdate
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wmdate
- @${ECHO} "===> README installed in ${PREFIX}/share/doc/wmdate"
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ @${ECHO_MSG} "===> README installed in ${DOCSDIR}"
.endif
.include <bsd.port.mk>
diff --git a/x11-clocks/wmdate/pkg-plist b/x11-clocks/wmdate/pkg-plist
deleted file mode 100644
index ee10e4dfd09c..000000000000
--- a/x11-clocks/wmdate/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/wmdate
-share/doc/wmdate/README
-@dirrm share/doc/wmdate