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
@ -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…
x
Reference in New Issue
Block a user