aboutsummaryrefslogtreecommitdiff
path: root/editors/cooledit
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 /editors/cooledit
parent21829056931f158e125c2d89352e36c1c7196a26 (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'editors/cooledit')
-rw-r--r--editors/cooledit/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index c1f82b816d5d..8e6efad5b46a 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -8,7 +8,7 @@
PORTNAME= cooledit
PORTVERSION= 3.17.2
CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.netins.net/showcase/Comput-IT/cooledit/src/
MASTER_SITE_SUBDIR= apps/editors/X/cooledit
@@ -18,16 +18,16 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
-USE_XLIB= yes
-USE_XPM= yes
-USE_GMAKE= yes
+USE_XLIB= yes
+USE_XPM= yes
+USE_GMAKE= yes
CONFIGURE_ARGS= --disable-mail-author --with-libs='-lcrypt -lreadline' \
--without-included-gettext
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-MAN1 = cooledit.1 smalledit.1 coolman.1 coolicon.1
+MAN1= cooledit.1 smalledit.1 coolman.1 coolicon.1
pre-install:
@${ECHO_MSG} "Installing in ${PREFIX}/bin"