diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
commit | b6a7a057831a76b55852e240dcf2e68f351a86e6 (patch) | |
tree | cb234ac2805ee45ce07e64ce5f23d63b70cad4ce /editors | |
parent | 2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (diff) | |
download | freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.gz freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.zst freebsd-ports-gnome-b6a7a057831a76b55852e240dcf2e68f351a86e6.zip |
Tidy up whitespace.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/impress/Makefile | 2 | ||||
-rw-r--r-- | editors/jedit/Makefile | 2 | ||||
-rw-r--r-- | editors/puff/Makefile | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/editors/impress/Makefile b/editors/impress/Makefile index 955f8efa463c..f4485735549e 100644 --- a/editors/impress/Makefile +++ b/editors/impress/Makefile @@ -15,7 +15,7 @@ DISTNAME= imp${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Publishing and presentation tool -RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 70f29d95350a..344b642ddbbb 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} _DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}install DISTNAME= ${_DISTNAME:S/0install$/install/} EXTRACT_SUFX= .jar -EXTRACT_ONLY= +EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Powerful programmer's text editor written in Java diff --git a/editors/puff/Makefile b/editors/puff/Makefile index e340deb264c2..8bd1dccedf67 100644 --- a/editors/puff/Makefile +++ b/editors/puff/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTNAME= puff -PORTVERSION= 0.42 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.developerpit.com/puff/ +PORTNAME= puff +PORTVERSION= 0.42 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.developerpit.com/puff/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Simple and efficient text editor +MAINTAINER= ports@FreeBSD.org +COMMENT= Simple and efficient text editor -WRKSRC= ${WRKDIR}/puff +WRKSRC= ${WRKDIR}/puff .include <bsd.port.mk> |