diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-12 01:26:56 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-12 01:26:56 +0000 |
commit | 28688cd7fab98c0a3acdddb1b53fc1d21537f80a (patch) | |
tree | f22ddd1807d30739761983f740ee7109e6a982e2 /emulators/vmips | |
parent | 2d53c7ac00bacb45a55bfc9b9f25a141f172e188 (diff) | |
download | FreeBSD-ports-28688cd7fab98c0a3acdddb1b53fc1d21537f80a.zip FreeBSD-ports-28688cd7fab98c0a3acdddb1b53fc1d21537f80a.tar.gz |
[maintainer-update] vmips 1.2.1 -> 1.2.2
update emulators/vmips from 1.2.1 to 1.2.2
PR: ports/71503
Submitted by: Brian R. Gaeke <brg@dgate.ORG>
Diffstat (limited to 'emulators/vmips')
-rw-r--r-- | emulators/vmips/Makefile | 9 | ||||
-rw-r--r-- | emulators/vmips/distinfo | 4 |
2 files changed, 3 insertions, 10 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile index 18e1df2..e7f9410 100644 --- a/emulators/vmips/Makefile +++ b/emulators/vmips/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vmips -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.dgate.org/vmips/releases/vmips-${PORTVERSION}/ @@ -20,11 +20,4 @@ GNU_CONFIGURE= yes MAN1= vmips.1 vmipstool.1 INFO= vmips -post-install: - @${MKDIR} ${PREFIX}/include/vmips - ${INSTALL_DATA} ${WRKSRC}/sample_code/asm_regnames.h \ - ${PREFIX}/include/vmips - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sample_code/ld.script ${DATADIR} - .include <bsd.port.mk> diff --git a/emulators/vmips/distinfo b/emulators/vmips/distinfo index c6d9a82..8314736 100644 --- a/emulators/vmips/distinfo +++ b/emulators/vmips/distinfo @@ -1,2 +1,2 @@ -MD5 (vmips-1.2.1.tar.gz) = d1f18690c3017536436e72a7e94e3421 -SIZE (vmips-1.2.1.tar.gz) = 1050167 +MD5 (vmips-1.2.2.tar.gz) = 215283736570b72b2a978f19c4cce781 +SIZE (vmips-1.2.2.tar.gz) = 1054151 |