From 70467fc85b6696052049efa5f43ace14a2aa9be1 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Fri, 3 Dec 2004 02:36:57 +0000 Subject: - remove the sites which no longer host the distfile - utilize DATADIR --- math/xldlas/Makefile | 8 +++----- math/xldlas/pkg-plist | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 19 deletions(-) (limited to 'math/xldlas') 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 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%% -- cgit v1.2.3