diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-05-25 21:03:04 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-05-25 21:03:04 +0000 |
commit | 4f2f81b483c4ca213a3d0646708dc0a15976ed0f (patch) | |
tree | 527a07b9d81707a97ba5c9c26b5471c37815613a /editors/cooledit | |
parent | Update to version 5.26 and portlint clean. (diff) |
MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.
Notes
Notes:
svn path=/head/; revision=11143
Diffstat (limited to 'editors/cooledit')
-rw-r--r-- | editors/cooledit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 1510a9a3b396..2990cc14b69e 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -3,13 +3,13 @@ # Date created: 18 November 1997 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.2 1998/05/03 15:40:01 jseger Exp $ +# $Id: Makefile,v 1.3 1998/05/15 05:13:47 mph Exp $ # DISTNAME= cooledit-3.6.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/editors/X/ +MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= brett@peloton.physics.montana.edu |