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