diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:36:22 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:36:22 +0000 |
commit | c9a937f5a8bdcc3db86388233d90f7fd022b7385 (patch) | |
tree | 938e2119116a34b309ea3610e18e74d6ce2db943 /editors | |
parent | Style police over the devel category. (diff) |
Style police over the editors category.
Notes
Notes:
svn path=/head/; revision=37977
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fb/Makefile | 2 | ||||
-rw-r--r-- | editors/glimmer/Makefile | 2 | ||||
-rw-r--r-- | editors/gmanedit/Makefile | 2 | ||||
-rw-r--r-- | editors/pico/Makefile | 2 | ||||
-rw-r--r-- | editors/scite/Makefile | 2 | ||||
-rw-r--r-- | editors/vigor/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/editors/fb/Makefile b/editors/fb/Makefile index 923a6d9e1275..c2d3313c1f9a 100644 --- a/editors/fb/Makefile +++ b/editors/fb/Makefile @@ -7,7 +7,7 @@ PORTNAME= fb PORTVERSION= 1.5 -CATEGORIES= editors +CATEGORIES= editors MASTER_SITES= http://home.MHO.net/JSwaby/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= _tar.gz diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile index 5a49d30da7d5..2b2ef2ed00c6 100644 --- a/editors/glimmer/Makefile +++ b/editors/glimmer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glimmer -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.1 #PORTREVISION= 1 CATEGORIES= editors gnome python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index f692978dbfb3..0012d8f7d91a 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gmanedit -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.1 CATEGORIES= editors gnome MASTER_SITES= http://gmanedit.sourceforge.net/files/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/editors/pico/Makefile b/editors/pico/Makefile index c4c986df94e4..eb4efa49bf3f 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -8,7 +8,7 @@ # All patch files have been taken from mail/pine4 PORTNAME= pico -PORTVERSION= 4.0 +PORTVERSION= 4.0 CATEGORIES= editors MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ DISTNAME= pine${pineversion} diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 57dd8342967e..858b3a2812cf 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 1.35 +PORTVERSION= 1.35 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index 22ca5b67d225..778cfac7cda5 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-transform-name="s,0,1," CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${DISTNAME}/build +WRKSRC= ${WRKDIR}/${DISTNAME}/build CFLAGS+= -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2 # Uglyness. So is "-ltcl -ltk -ltcl", so I don't feel bad. |