diff options
author | pat <pat@FreeBSD.org> | 2002-03-24 07:14:54 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-24 07:14:54 +0800 |
commit | 3917a5f2a00f9ea2f4130c34cec40b4942e8aaec (patch) | |
tree | 766bfd97f1ad4aed87eaca511f9762fa10710374 /sysutils/wmmemmon | |
parent | f5ed1ef82cc2c34aecd4d007964f994dc0b32410 (diff) | |
download | freebsd-ports-gnome-3917a5f2a00f9ea2f4130c34cec40b4942e8aaec.tar.gz freebsd-ports-gnome-3917a5f2a00f9ea2f4130c34cec40b4942e8aaec.tar.zst freebsd-ports-gnome-3917a5f2a00f9ea2f4130c34cec40b4942e8aaec.zip |
Update to 0.7.0
Diffstat (limited to 'sysutils/wmmemmon')
-rw-r--r-- | sysutils/wmmemmon/Makefile | 14 | ||||
-rw-r--r-- | sysutils/wmmemmon/distinfo | 2 | ||||
-rw-r--r-- | sysutils/wmmemmon/pkg-plist | 1 |
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 |