a30945450e
more ways I can screw his address up. Suggestions welcome.
12 lines
256 B
Makefile
12 lines
256 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
MAINTAINER+= bmah@CA.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>
|