diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-09 18:11:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-09 18:11:49 +0000 |
commit | 5afeb82da36714ca0319002b64f5ca5c4add846d (patch) | |
tree | 198c7e583edfa31d8062618e79da4063abadaa0a /finance | |
parent | 7cb6f4934346cdbf6a53a40f39b2764901f9a6c6 (diff) | |
download | ports-5afeb82da36714ca0319002b64f5ca5c4add846d.tar.gz ports-5afeb82da36714ca0319002b64f5ca5c4add846d.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/xinvest/Makefile | 6 | ||||
-rw-r--r-- | finance/xinvest/distinfo | 4 | ||||
-rw-r--r-- | finance/xinvest/pkg-plist | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile index 80a2874caa2b..9e174382d975 100644 --- a/finance/xinvest/Makefile +++ b/finance/xinvest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xinvest -PORTVERSION= 2.6 +PORTVERSION= 2.6.9 CATEGORIES= finance deskutils MASTER_SITES= http://xinvest.sunsite.dk/ @@ -19,8 +19,8 @@ NO_INSTALL_MANPAGES= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/examples/Xinvest - ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${PREFIX}/share/examples/Xinvest + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/*.inv ${EXAMPLESDIR} .endif .include <bsd.port.mk> diff --git a/finance/xinvest/distinfo b/finance/xinvest/distinfo index 9c5d63859f6e..bcf23d79eb4a 100644 --- a/finance/xinvest/distinfo +++ b/finance/xinvest/distinfo @@ -1,2 +1,2 @@ -MD5 (xinvest-2.6.tar.gz) = 41b3dd9d62a2ed933209eac975d60f7d -SIZE (xinvest-2.6.tar.gz) = 262494 +MD5 (xinvest-2.6.9.tar.gz) = f48cff29b907d300cc4712711935c07b +SIZE (xinvest-2.6.9.tar.gz) = 282748 diff --git a/finance/xinvest/pkg-plist b/finance/xinvest/pkg-plist index 6e84826bc8c0..e0e7be7f4cfc 100644 --- a/finance/xinvest/pkg-plist +++ b/finance/xinvest/pkg-plist @@ -1,7 +1,7 @@ bin/Xinvest lib/X11/app-defaults/Xinvest -%%PORTDOCS%%share/examples/Xinvest/401k.inv -%%PORTDOCS%%share/examples/Xinvest/mutual.inv -%%PORTDOCS%%share/examples/Xinvest/stock.inv -%%PORTDOCS%%share/examples/Xinvest/tbill.inv -%%PORTDOCS%%@dirrm share/examples/Xinvest +%%PORTDOCS%%%%EXAMPLESDIR%%/401k.inv +%%PORTDOCS%%%%EXAMPLESDIR%%/mutual.inv +%%PORTDOCS%%%%EXAMPLESDIR%%/stock.inv +%%PORTDOCS%%%%EXAMPLESDIR%%/tbill.inv +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |