diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-10 17:26:55 +0000 |
commit | b6a7a057831a76b55852e240dcf2e68f351a86e6 (patch) | |
tree | cb234ac2805ee45ce07e64ce5f23d63b70cad4ce /editors/puff | |
parent | 2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (diff) | |
download | FreeBSD-ports-b6a7a057831a76b55852e240dcf2e68f351a86e6.zip FreeBSD-ports-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.gz |
Tidy up whitespace.
Diffstat (limited to 'editors/puff')
-rw-r--r-- | editors/puff/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/puff/Makefile b/editors/puff/Makefile index e340deb..8bd1dcc 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> |