update makefile, name package base64-1.0

This commit is contained in:
marc 1998-10-08 03:08:19 +00:00
parent 246152d65f
commit 32b53a53ad

View File

@ -1,16 +1,14 @@
# OpenBSD makefile for: base64
# Date created: September 24 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/09/24 23:29:23 angelos Exp $
# $OpenBSD: Makefile,v 1.2 1998/10/08 03:08:19 marc Exp $
#
DISTNAME= base64
PKGNAME= base64-1.0
CATEGORIES= converters
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
MAINTAINER= angelos@openbsd.org
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/man/man1/