diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 23:24:42 +0000 |
commit | 59df8af48ea44d533d5de8118602cc174bda92da (patch) | |
tree | 099d3028bb9a8d6c138c5cf52f3b004582a91035 /converters/btoa | |
parent | update with the new PORTNAME/PORTVERSION variables (diff) |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'converters/btoa')
-rw-r--r-- | converters/btoa/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/converters/btoa/Makefile b/converters/btoa/Makefile index 70bcb5cc5d9c..7c11bccfac68 100644 --- a/converters/btoa/Makefile +++ b/converters/btoa/Makefile @@ -1,24 +1,24 @@ # New ports collection makefile for: btoa -# Version required: 5.2 # Date created: 4 Apr 1996 # Whom: Brent J. Nordquist <bjn@visi.com> # # $FreeBSD$ # -DISTNAME= btoa-5.2 -PKGNAME= btoa-5.2.1 -CATEGORIES= converters -MASTER_SITES= ${MASTER_SITE_LOCAL} +PORTNAME= btoa +PORTVERSION= 5.2.1 +CATEGORIES= converters +MASTER_SITES= ${MASTER_SITE_LOCAL} +DISTNAME= btoa-5.2 -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= btoa-5.2-patch1.gz +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= btoa-5.2-patch1.gz -MAINTAINER= bjn@visi.com +MAINTAINER= bjn@visi.com -MAKE_FLAGS= DESTDIR=${PREFIX} -f -MAKEFILE= Makefile.sun -MAN1= btoa.1 +MAKE_FLAGS= DESTDIR=${PREFIX} -f +MAKEFILE= Makefile.sun +MAN1= btoa.1 # Turn off the default from bsd.port.mk (-p0), which screws things up PATCH_DIST_STRIP= |