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 /cad/xcircuit/Makefile | |
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 'cad/xcircuit/Makefile')
-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 3eccfd2..86e703e 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 |