diff options
author | edwin <edwin@FreeBSD.org> | 2004-05-15 13:08:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-05-15 13:08:48 +0800 |
commit | 781bb5634f26b6cf4427c2178fab7a3495d9d72e (patch) | |
tree | bf8ae441c66d5e157c00c070f0a16844ceadbec8 | |
parent | ffff6b68eb5ea26b8a3023619450fcd97c704f9c (diff) | |
download | freebsd-ports-gnome-781bb5634f26b6cf4427c2178fab7a3495d9d72e.tar.gz freebsd-ports-gnome-781bb5634f26b6cf4427c2178fab7a3495d9d72e.tar.zst freebsd-ports-gnome-781bb5634f26b6cf4427c2178fab7a3495d9d72e.zip |
- Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)
- use install -d instead of mkdir
Thanks to kris@
-rw-r--r-- | emulators/vba/Makefile | 2 | ||||
-rw-r--r-- | emulators/vba/distinfo | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 4cfac6b35035..bf7f67f8d010 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -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 diff --git a/emulators/vba/distinfo b/emulators/vba/distinfo index 0d1c6d1e6e90..6ae83cad81d6 100644 --- a/emulators/vba/distinfo +++ b/emulators/vba/distinfo @@ -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 |