summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/version/Makefile
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-11-26 20:31:58 +0000
committerbillf <billf@FreeBSD.org>1999-11-26 20:31:58 +0000
commitc29efda5b8a61018784a2e5c9411ac5aa25b7c21 (patch)
treec50b3f18876d5ae0660ec5f4c2ad5a58eba1463d /usr.sbin/pkg_install/version/Makefile
parentccda399c7212987131af26c9939c9d18ff81bf06 (diff)
downloadFreeBSD-src-c29efda5b8a61018784a2e5c9411ac5aa25b7c21.zip
FreeBSD-src-c29efda5b8a61018784a2e5c9411ac5aa25b7c21.tar.gz
Welcome pkg_version into the FreeBSD source tree.
pkg_version (as you may well know) matches the existing packages/ports installed on your system with the ports INDEX and reports which ports differ from the current INDEX. Submitted by: Bruce A. Mah <CA.Sandia.GOV> Reviewed by: ports
Diffstat (limited to 'usr.sbin/pkg_install/version/Makefile')
-rw-r--r--usr.sbin/pkg_install/version/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/version/Makefile b/usr.sbin/pkg_install/version/Makefile
new file mode 100644
index 0000000..888a4fb
--- /dev/null
+++ b/usr.sbin/pkg_install/version/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+MAINTAINER= billf@FreeBSD.org
+MAN8= pkg_version.1
+
+beforeinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${.CURDIR}/pkg_version.pl ${DESTDIR}${BINDIR}/pkg_version
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud