diff options
-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 e2e262de2bfa..57344e4fb499 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 cfe13b176b44..e8c056e0b5ec 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 f8429cf5c386..000000000000 --- 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 |