1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)

- use install -d instead of mkdir

Thanks to kris@
This commit is contained in:
Edwin Groothuis 2004-05-15 05:08:48 +00:00
parent 2ac616f179
commit 16ed105f32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109188
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,7 @@ do-install:
post-install:
.ifndef(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL} -d ${DOCSDIR}
.for filename in ${DOC_FILES}
${INSTALL_MAN} ${WRKSRC}/${filename} ${DOCSDIR}
.endfor

View File

@ -1,3 +1,2 @@
MD5 (VisualBoyAdvance-src-1.7.1.tar.gz) = 4147eeac55ecf713397f19eae636eef3
SIZE (VisualBoyAdvance-src-1.7.1.tar.gz) = 1001727
SIZE (VisualBoyAdvance-src-1.7.1.tar.gz) = 1001727