bc019cca2f
and copying a Makefile from another directory over to this one. PR: docs/15140 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
12 lines
256 B
Makefile
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>
|