remove more cruft

This commit is contained in:
naddy 2003-08-18 22:19:27 +00:00
parent 7980bebd51
commit fd8261605f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2003/08/18 21:06:59 naddy Exp $
# $OpenBSD: Makefile,v 1.18 2003/08/18 22:19:27 naddy Exp $
COMMENT= "converter to/from base64 encoding"
@ -17,11 +17,6 @@ MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE=gnu
ALL_TARGET= prog
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/man/man1
REGRESS_TARGET= wringer
.include <bsd.port.mk>