diff options
author | fenner <fenner@FreeBSD.org> | 1998-05-25 21:03:04 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-05-25 21:03:04 +0000 |
commit | 213a3b5ea24f1252d976d0d2139275071977f543 (patch) | |
tree | b8df9c135acd645f9f68f71b330d7c21abe81114 /math/xldlas | |
parent | d2ce6f603c7272c7b1167f12b9124ff2fcf91862 (diff) | |
download | FreeBSD-ports-213a3b5ea24f1252d976d0d2139275071977f543.zip FreeBSD-ports-213a3b5ea24f1252d976d0d2139275071977f543.tar.gz |
MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 0f5fba0..04c9236 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Dec 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/27 05:25:00 mph Exp $ # DISTNAME= xldlas-0.85 @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://a42.com/~thor/xldlas/ \ http://sunsite.math.klte.hu/mirrors/xldlas/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/xapps/math/ +MASTER_SITE_SUBDIR= X11/xapps/math EXTRACT_SUFX= -source.tgz MAINTAINER= giffunip@asme.org |