ports/Tools/scripts/sunshar/Makefile
Mathieu Arnold 5d33e04596
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
2021-04-06 16:27:10 +02:00

12 lines
234 B
Makefile

# $Idaemons: /home/cvs/sunshar/Makefile,v 1.1.1.1 2001/09/09 13:49:08 knu Exp $
PREFIX?= /usr/local
BINDIR= ${PREFIX}/bin
MANDIR= ${PREFIX}/man/man
SCRIPTS= sunshar.rb
MAN= sunshar.1
.PATH: ${.CURDIR}/..
.include <bsd.prog.mk>