mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
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:
parent
70311cad4b
commit
081a90254c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179377
@ -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}/..; \
|
||||
|
Loading…
Reference in New Issue
Block a user