diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-11 03:50:46 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-11 03:50:46 +0800 |
commit | 31dbc11d66cdb0d2a383aa825d146b2ec9944630 (patch) | |
tree | baa935a83a85791bb1d6fa2871c8f47faad17bbe /x11/9menu | |
parent | ff520dc4b300d168786b2b05077f35fcce8b8cba (diff) | |
download | freebsd-ports-graphics-31dbc11d66cdb0d2a383aa825d146b2ec9944630.tar.gz freebsd-ports-graphics-31dbc11d66cdb0d2a383aa825d146b2ec9944630.tar.zst freebsd-ports-graphics-31dbc11d66cdb0d2a383aa825d146b2ec9944630.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'x11/9menu')
-rw-r--r-- | x11/9menu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/9menu/Makefile b/x11/9menu/Makefile index a3a81d40c43..fcb8eae637e 100644 --- a/x11/9menu/Makefile +++ b/x11/9menu/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: 9menu -# Version required: 1.5 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # # $FreeBSD$ # -DISTNAME= 9menu-1.5 +PORTNAME= 9menu +PORTVERSION= 1.5 CATEGORIES= x11-wm plan9 MASTER_SITES= ftp://ftp.mathcs.emory.edu/pub/arnold/ EXTRACT_SUFX= .shar.gz |