freebsd-dev/usr.sbin/pkg_install/version/Makefile
Bill Fumerola bc019cca2f Install man pages in the right place. This is what I get for cheating
and copying a Makefile from another directory over to this one.

PR:		docs/15140
Submitted by:	Kazuo Horikawa <horikawa@jp.FreeBSD.org>
1999-11-28 18:34:27 +00:00

12 lines
256 B
Makefile

# $FreeBSD$
MAINTAINER= billf@FreeBSD.org
MAINTAINER+= bmah@CS.Sandia.GOV
MAN1= pkg_version.1
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/pkg_version.pl ${DESTDIR}${BINDIR}/pkg_version
.include <bsd.prog.mk>