summaryrefslogtreecommitdiff
path: root/net/vnc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /net/vnc
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'net/vnc')
-rw-r--r--net/vnc/Makefile30
1 files changed, 15 insertions, 15 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 2bce3b299a60..4a38e1ae0459 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -5,23 +5,23 @@
# $FreeBSD$
#
-PORTNAME= vnc
-PORTVERSION= 3.3.3.2
-CATEGORIES= net
-MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ \
- ftp://ftp.uk.research.att.com/pub/vnc/dist/
-DISTFILES= vnc-3.3.3r2_unixsrc.tgz \
- vnc-latest_doc.tgz
-EXTRACT_ONLY= vnc-3.3.3r2_unixsrc.tgz
+PORTNAME= vnc
+PORTVERSION= 3.3.3.2
+CATEGORIES= net
+MASTER_SITES= http://www.uk.research.att.com/vnc/dist/ \
+ ftp://ftp.uk.research.att.com/pub/vnc/dist/
+DISTFILES= vnc-3.3.3r2_unixsrc.tgz \
+ vnc-latest_doc.tgz
+EXTRACT_ONLY= vnc-3.3.3r2_unixsrc.tgz
-MAINTAINER= bmah@freebsd.org
+MAINTAINER= bmah@freebsd.org
-USE_PERL5= YES
-IGNOREFILES= vnc-latest_doc.tgz
-WRKSRC= ${WRKDIR}/vnc_unixsrc
-USE_IMAKE= YES
-NO_INSTALL_MANPAGES= YES
-ALL_TARGET= World
+USE_PERL5= yes
+IGNOREFILES= vnc-latest_doc.tgz
+WRKSRC= ${WRKDIR}/vnc_unixsrc
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
+ALL_TARGET= World
# We have to frob a few things, and we want our own permissions, so it's easier
# to do the install ourselves.