# FreeBSD Ports Makefile For 'nohtml'
# $Id: Makefile,v 1.1 2003/05/05 21:32:41 tundra Exp $

all:	# Do nothing - this is a python script that needs no build

install:
	${BSD_INSTALL_SCRIPT} nohtml.py   ${PREFIX}/bin
	${BSD_INSTALL_MAN}    nohtml.1.gz ${PREFIX}/man/man1
