diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 00:25:54 +0000 |
commit | a9d06ce8636b7acb5906bac2a80fb92f5e2afd05 (patch) | |
tree | 3a8f43ae087406efd0b25da03deac3e0e32e168d /editors/bpatch | |
parent | 45ce14b7018952069f2f933ec84e6f50e053e925 (diff) | |
download | FreeBSD-ports-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.zip FreeBSD-ports-a9d06ce8636b7acb5906bac2a80fb92f5e2afd05.tar.gz |
portname/portversion update
Diffstat (limited to 'editors/bpatch')
-rw-r--r-- | editors/bpatch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index f1d2b5f..4042122 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: bpatch -# Version required: no version information # Date created: 18 March 1996 # Whom: joerg # # $FreeBSD$ # -DISTNAME= bpatch -PKGNAME= bpatch-1.0 +PORTNAME= bpatch +PORTVERSION= 1.0 CATEGORIES= editors MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ +DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org |