diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-24 16:54:57 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-24 16:54:57 +0000 |
commit | 7193d0280df7443eb3ad6d1923dab0d59c383632 (patch) | |
tree | e53d309fb3af43592fbd9ecc6152df63373b1246 /x11 | |
parent | Remove a master-site, that no longer exists. (diff) |
- Don't use space to seperate variable name and value
- Fix MASTER_SITES
PR: ports/39782
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61886
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmon/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xmon/Makefile b/x11/xmon/Makefile index 437f3f830ac4..446bf18bcc26 100644 --- a/x11/xmon/Makefile +++ b/x11/xmon/Makefile @@ -5,15 +5,15 @@ # $FreeBSD$ # -PORTNAME= xmon -PORTVERSION= 1.5.6 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/devel_tools/ +PORTNAME= xmon +PORTVERSION= 1.5.6 +CATEGORIES= x11 +MASTER_SITES= http://www.ibiblio.org/pub/X11/contrib/devel_tools/ DISTNAME= xmon.${PORTVERSION} -MAINTAINER= bms@spc.org +MAINTAINER= bms@spc.org -WRKSRC= ${WRKDIR}/xmon.1.5.6 +WRKSRC= ${WRKDIR}/xmon.${PORTVERSION} USE_IMAKE= yes MAN1= xmon.1 |