summaryrefslogtreecommitdiff
path: root/sysutils/wmmemmon
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-23 23:14:54 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-23 23:14:54 +0000
commit063451a9a835d83ed8710f4dda64be0d20bb502a (patch)
tree702cd463b6c27550d57377078d2b0cd28c668c79 /sysutils/wmmemmon
parentUnbreak port build on -CURRENT. (diff)
Update to 0.7.0
Notes
Notes: svn path=/head/; revision=56500
Diffstat (limited to 'sysutils/wmmemmon')
-rw-r--r--sysutils/wmmemmon/Makefile14
-rw-r--r--sysutils/wmmemmon/distinfo2
-rw-r--r--sysutils/wmmemmon/pkg-plist1
3 files changed, 11 insertions, 6 deletions
diff --git a/sysutils/wmmemmon/Makefile b/sysutils/wmmemmon/Makefile
index 969d8b106288..5ff6771a4d42 100644
--- a/sysutils/wmmemmon/Makefile
+++ b/sysutils/wmmemmon/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= wmmemmon
-PORTVERSION= 0.6.0
+PORTVERSION= 0.7.0
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
-DISTNAME= WMMemMon-${PORTVERSION}
MAINTAINER= pat@FreeBSD.org
@@ -17,14 +16,19 @@ USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
+MAN1= wmmemmon.1
+
pre-patch:
- @${PERL} -pi.orig -e 's|WMMwmMon|WMMemMon|' \
- ${WRKSRC}/src/main.c
+.for dir in src doc .
+ @${PERL} -pi -e 's|\@program_transform_name\@||' \
+ ${WRKSRC}/${dir}/Makefile.in
+.endfor
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \
+ ${DOCSDIR}
.endif # !NOPORTDOCS
.include <bsd.port.mk>
diff --git a/sysutils/wmmemmon/distinfo b/sysutils/wmmemmon/distinfo
index 877267339e6b..98a3c20b0853 100644
--- a/sysutils/wmmemmon/distinfo
+++ b/sysutils/wmmemmon/distinfo
@@ -1 +1 @@
-MD5 (WMMemMon-0.6.0.tar.gz) = b70b69262a3fe2cb1d3e9c33323d24fe
+MD5 (wmmemmon-0.7.0.tar.gz) = 25f45b3fe8c18a6fc4da9f00d71cd94b
diff --git a/sysutils/wmmemmon/pkg-plist b/sysutils/wmmemmon/pkg-plist
index f4dadcce6e18..2bdd61cff0f7 100644
--- a/sysutils/wmmemmon/pkg-plist
+++ b/sysutils/wmmemmon/pkg-plist
@@ -1,3 +1,4 @@
bin/wmmemmon
+%%PORTDOCS%%share/doc/wmmemmon/ChangeLog
%%PORTDOCS%%share/doc/wmmemmon/README
%%PORTDOCS%%@dirrm share/doc/wmmemmon