diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-23 23:16:13 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-23 23:16:13 +0000 |
commit | fdd275756ba5df4f1d9df9dc3073a4408e070ea6 (patch) | |
tree | 811c2ef1d4f49625610e885539c4eae1a8417e3b /sysutils/wmcpuload/Makefile | |
parent | 063451a9a835d83ed8710f4dda64be0d20bb502a (diff) | |
download | ports-fdd275756ba5df4f1d9df9dc3073a4408e070ea6.tar.gz ports-fdd275756ba5df4f1d9df9dc3073a4408e070ea6.zip |
Update to 0.9.0
Notes
Notes:
svn path=/head/; revision=56501
Diffstat (limited to 'sysutils/wmcpuload/Makefile')
-rw-r--r-- | sysutils/wmcpuload/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile index c975a9cf8cce..535deb811e1f 100644 --- a/sysutils/wmcpuload/Makefile +++ b/sysutils/wmcpuload/Makefile @@ -6,10 +6,9 @@ # PORTNAME= wmcpuload -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.0 CATEGORIES= sysutils windowmaker MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ -DISTNAME= WMCPULoad-${PORTVERSION} MAINTAINER= pat@FreeBSD.org @@ -19,10 +18,16 @@ USE_XPM= yes MAN1= wmcpuload.1 +pre-patch: +.for dir in src doc . + @${PERL} -pi -e 's|\@program_transform_name\@||' \ + ${WRKSRC}/${dir}/Makefile.in +.endfor + .ifndef(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} -.for file in README TODO +.for file in ChangeLog README @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif # !NOPORTDOCS |