From 098759573fda5463d44c046ea72e83c844366f69 Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 28 Oct 1999 12:21:26 +0000 Subject: [PATCH] cleanup Makefile --- converters/base64/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 5de8c9201f5..305d78e4eb3 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -1,15 +1,14 @@ -# $OpenBSD: Makefile,v 1.5 1999/10/28 04:43:42 jasoni Exp $ +# $OpenBSD: Makefile,v 1.6 1999/10/28 12:21:26 brad 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/ + ${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/man/man1 .include