diff options
author | leeym <leeym@FreeBSD.org> | 2004-12-03 10:36:57 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2004-12-03 10:36:57 +0800 |
commit | b128df21323c53143329c058c6eac23da7a9d5e8 (patch) | |
tree | 986eec7794be78ba6ed0a3aba19a3c8e7053e105 /math/xldlas | |
parent | d3047af13ecb629cca954e872b8630de8343c1ce (diff) | |
download | freebsd-ports-gnome-b128df21323c53143329c058c6eac23da7a9d5e8.tar.gz freebsd-ports-gnome-b128df21323c53143329c058c6eac23da7a9d5e8.tar.zst freebsd-ports-gnome-b128df21323c53143329c058c6eac23da7a9d5e8.zip |
- remove the sites which no longer host the distfile
- utilize DATADIR
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 8 | ||||
-rw-r--r-- | math/xldlas/pkg-plist | 28 |
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%% |