diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-05-25 21:03:04 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-05-25 21:03:04 +0000 |
commit | 4f2f81b483c4ca213a3d0646708dc0a15976ed0f (patch) | |
tree | 527a07b9d81707a97ba5c9c26b5471c37815613a /cad | |
parent | bf59294b069ca3afe6b80e8fe5280765a5f49e68 (diff) | |
download | ports-4f2f81b483c4ca213a3d0646708dc0a15976ed0f.tar.gz ports-4f2f81b483c4ca213a3d0646708dc0a15976ed0f.zip |
MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.
Notes
Notes:
svn path=/head/; revision=11143
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 3eccfd2036c6..86e703e25e84 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -3,14 +3,14 @@ # Date created: 3 Apr 1998 # Whom: giffunip@asme.org # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1998/05/18 04:20:21 mph Exp $ # DISTNAME= xcircuit-1.7 CATEGORIES= cad x11 MASTER_SITES= ftp://bach.ece.jhu.edu/pub/tim/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR=apps/circuits/ +MASTER_SITE_SUBDIR=apps/circuits MAINTAINER= ports@FreeBSD.ORG |