diff options
author | pat <pat@FreeBSD.org> | 2002-06-24 16:54:57 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-24 16:54:57 +0000 |
commit | c3efbc055921daff53067dac3bd6020d19b0cbc7 (patch) | |
tree | 844939fda9dfaf2ef2c414683449830f91423ac2 /x11/xmon | |
parent | 9ae8a8f994c5fb4bd4ac6e96032298823db8cae7 (diff) | |
download | FreeBSD-ports-c3efbc055921daff53067dac3bd6020d19b0cbc7.zip FreeBSD-ports-c3efbc055921daff53067dac3bd6020d19b0cbc7.tar.gz |
- Don't use space to seperate variable name and value
- Fix MASTER_SITES
PR: ports/39782
Submitted by: maintainer
Diffstat (limited to 'x11/xmon')
-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 437f3f8..446bf18 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 |