diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 05:47:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 05:47:14 +0800 |
commit | 36d6d6b41fea30aa300d2fcd43a4864d97be52fe (patch) | |
tree | 7c84064bc284cc7b9ecf953b0bb748243b43f7b9 /sysutils | |
parent | 80a1fef831d6d6b1b1c56b860038a39606b19743 (diff) | |
download | freebsd-ports-graphics-36d6d6b41fea30aa300d2fcd43a4864d97be52fe.tar.gz freebsd-ports-graphics-36d6d6b41fea30aa300d2fcd43a4864d97be52fe.tar.zst freebsd-ports-graphics-36d6d6b41fea30aa300d2fcd43a4864d97be52fe.zip |
- Update MASTER_SITES, WWW
- Style
PR: ports/96477
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmlongrun/Makefile | 14 | ||||
-rw-r--r-- | sysutils/wmlongrun/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/wmlongrun/pkg-plist | 4 |
3 files changed, 10 insertions, 12 deletions
diff --git a/sysutils/wmlongrun/Makefile b/sysutils/wmlongrun/Makefile index e2e262de2bf..57344e4fb49 100644 --- a/sysutils/wmlongrun/Makefile +++ b/sysutils/wmlongrun/Makefile @@ -8,23 +8,25 @@ PORTNAME= wmlongrun PORTVERSION= 0.2.0 CATEGORIES= sysutils windowmaker -MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/ +MASTER_SITES= http://seiichisato.jp/dockapps/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp to monitor the LongRun(tm) status on Crusoe USE_X_PREFIX= yes -GNU_CONFIGURE= yes USE_XPM= yes -CONFIGURE_ARGS= --program-prefix="" +USE_GNOME= gnometarget +GNU_CONFIGURE= yes MAN1= wmlongrun.1 +PORTDOCS= ChangeLog README +PLIST_FILES= bin/wmlongrun -.ifndef(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ChangeLog README - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif # !NOPORTDOCS diff --git a/sysutils/wmlongrun/pkg-descr b/sysutils/wmlongrun/pkg-descr index cfe13b176b4..e8c056e0b5e 100644 --- a/sysutils/wmlongrun/pkg-descr +++ b/sysutils/wmlongrun/pkg-descr @@ -4,5 +4,5 @@ current LongRun(tm) settings and status: the frequency, the LongRun(tm) flags (performance or economy), and the performance level (expressed as a percentile). -WWW: http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmlongrun -Author: Seiichi SATO <ssato@sh.rim.or.jp> +WWW: http://seiichisato.jp/dockapps/#wmlongrun +Author: Seiichi SATO <me@seiichisato.jp> diff --git a/sysutils/wmlongrun/pkg-plist b/sysutils/wmlongrun/pkg-plist deleted file mode 100644 index f8429cf5c38..00000000000 --- a/sysutils/wmlongrun/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/wmlongrun -%%PORTDOCS%%share/doc/wmlongrun/ChangeLog -%%PORTDOCS%%share/doc/wmlongrun/README -%%PORTDOCS%%@dirrm share/doc/wmlongrun |