summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-12-03 02:36:57 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-12-03 02:36:57 +0000
commit70467fc85b6696052049efa5f43ace14a2aa9be1 (patch)
tree1fbcaf94ff6a9f82ba0384409b4589dacd261d9e /math
parentMake eik@ and portupgrade happy by bumping PORTEPOCH. (diff)
- remove the sites which no longer host the distfile
- utilize DATADIR
Notes
Notes: svn path=/head/; revision=123017
Diffstat (limited to 'math')
-rw-r--r--math/xldlas/Makefile8
-rw-r--r--math/xldlas/pkg-plist28
2 files changed, 17 insertions, 19 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile
index b6d0a4a9af88..842f10758a8e 100644
--- a/math/xldlas/Makefile
+++ b/math/xldlas/Makefile
@@ -8,9 +8,7 @@
PORTNAME= xldlas
PORTVERSION= 0.85
CATEGORIES= math
-MASTER_SITES= http://a42.com/~thor/xldlas/ \
- http://sunsite.math.klte.hu/mirrors/xldlas/ \
- ${MASTER_SITE_SUNSITE}
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/visualization
EXTRACT_SUFX= -source.tgz
@@ -28,7 +26,7 @@ MAN1= xldlas.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${PREFIX}/man/man1
- ${MKDIR} ${PREFIX}/share/xldlas
- ${CP} -R ${WRKSRC}/help ${PREFIX}/share/xldlas
+ ${MKDIR} ${DATADIR}
+ ${CP} -R ${WRKSRC}/help ${DATADIR}
.include <bsd.port.mk>
diff --git a/math/xldlas/pkg-plist b/math/xldlas/pkg-plist
index 5e8346c98074..c84984849407 100644
--- a/math/xldlas/pkg-plist
+++ b/math/xldlas/pkg-plist
@@ -1,15 +1,15 @@
bin/xldlas
-share/xldlas/help/analysis.help
-share/xldlas/help/data.help
-share/xldlas/help/file.help
-share/xldlas/help/general.help
-share/xldlas/help/graph.help
-share/xldlas/help/license.help
-share/xldlas/help/log.help
-share/xldlas/help/tutorial.help
-share/xldlas/help/tutorial_data.lda
-share/xldlas/help/test.help
-share/xldlas/help/filter.help
-share/xldlas/help/.directory
-@dirrm share/xldlas/help
-@dirrm share/xldlas
+%%DATADIR%%/help/analysis.help
+%%DATADIR%%/help/data.help
+%%DATADIR%%/help/file.help
+%%DATADIR%%/help/general.help
+%%DATADIR%%/help/graph.help
+%%DATADIR%%/help/license.help
+%%DATADIR%%/help/log.help
+%%DATADIR%%/help/tutorial.help
+%%DATADIR%%/help/tutorial_data.lda
+%%DATADIR%%/help/test.help
+%%DATADIR%%/help/filter.help
+%%DATADIR%%/help/.directory
+@dirrm %%DATADIR%%/help
+@dirrm %%DATADIR%%