Use PKG_INSTALL_VERSION for the distfile name instead of current date.

X-MFC after:	pkg_install sync on -STABLE branches
This commit is contained in:
Florent Thoumie 2008-05-28 14:51:01 +00:00
parent 70311cad4b
commit 081a90254c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179377

View file

@ -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}/..; \