Newer
Older
nohtml / Makefile
@tundra tundra on 5 May 2003 271 bytes Initial revision
  1. # FreeBSD Ports Makefile For 'nohtml'
  2. # $Id: Makefile,v 1.1 2003/05/05 21:32:41 tundra Exp $
  3.  
  4. all: # Do nothing - this is a python script that needs no build
  5.  
  6. install:
  7. ${BSD_INSTALL_SCRIPT} nohtml.py ${PREFIX}/bin
  8. ${BSD_INSTALL_MAN} nohtml.1.gz ${PREFIX}/man/man1