diff options
Diffstat (limited to 'editors/sam/Makefile')
-rw-r--r-- | editors/sam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 225772fe8f1c..f9eef4a22e70 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: sam -# Version required: 4.3 # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # # $FreeBSD$ # -DISTNAME= sam -PKGNAME= sam-4.3 +PORTNAME= sam +PORTVERSION= 4.3 CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ +DISTNAME= ${PORTNAME} EXTRACT_SUFX= .msg.gz MAINTAINER= erich@FreeBSD.org |