diff options
| author | Florent Thoumie <flz@FreeBSD.org> | 2008-05-28 14:51:01 +0000 |
|---|---|---|
| committer | Florent Thoumie <flz@FreeBSD.org> | 2008-05-28 14:51:01 +0000 |
| commit | 081a90254c4b26425bfb59bc6125b0e0da6bf458 (patch) | |
| tree | 99907f88089f48bf6d1045f653eb4e89577f24e6 /usr.sbin/pkg_install/Makefile | |
| parent | 70311cad4b459c0052982394f087f4aa9d355f06 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/Makefile')
| -rw-r--r-- | usr.sbin/pkg_install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/Makefile b/usr.sbin/pkg_install/Makefile index 8b5673e39804..434d3b7d4167 100644 --- a/usr.sbin/pkg_install/Makefile +++ b/usr.sbin/pkg_install/Makefile @@ -10,7 +10,7 @@ CP= /bin/cp RM= /bin/rm TAR= /usr/bin/tar -DATE!= date +%Y%m%d +DATE!= grep PKG_INSTALL_VERSION ${.CURDIR}/lib/lib.h | sed 's|.*[ ]||' distfile: clean @(cd ${.CURDIR}/..; \ |
