diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | 0f29953274700e3113ef38abbe8132e0b248333d (patch) | |
tree | f8b676f72421de4a2772b4f89e3779525d8e0a69 /editors/lpe | |
parent | Update to use PORTNAME/PORTVERSION (diff) |
portname/portversion update
Notes
Notes:
svn path=/head/; revision=27501
Diffstat (limited to 'editors/lpe')
-rw-r--r-- | editors/lpe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 6d266e9ba85a..182d708e319a 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lpe -# Version required: 1.2.4 # Date created: 12 April 1999 # Whom: Chris Piazza <cpiazza@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= lpe-1.2.4 +PORTNAME= lpe +PORTVERSION= 1.2.4 CATEGORIES= editors MASTER_SITES= http://cdsmith.twu.net/lpe/ |