diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 04:56:17 +0000 |
commit | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (patch) | |
tree | 5385aaba8d145f303a49f4d03b2ae3374f09932a /emulators/bsvc | |
parent | 5e49915a14d6e0074778dbb432dd40bbd9120b02 (diff) | |
download | ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.tar.gz ports-b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d.zip |
Notes
Diffstat (limited to 'emulators/bsvc')
-rw-r--r-- | emulators/bsvc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index 0addd8f822cc..880f2781d049 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -1,16 +1,16 @@ # New ports collection Makefile for: bsvc -# Version required: 2.1 # Date created: 03-Mar-1997 # Whom: tenser@spitfire.ecsel.psu.edu # # $FreeBSD$ # -DISTNAME= bsvc-2.1-src -PKGNAME= bsvc-2.1 +PORTNAME= bsvc +PORTVERSION= 2.1 CATEGORIES= emulators tk82 MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/emulators +DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= jseger@FreeBSD.org |