aboutsummaryrefslogtreecommitdiff
path: root/emulators/vmips/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 01:26:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-12 01:26:56 +0000
commite60db4d37b518287e3e3ade080e900c1bef3a651 (patch)
tree1315b19da2a39689167291fdb4b26a0e4ea2677f /emulators/vmips/Makefile
parent259338a25d494f2f511a3326d0a6eb52aa4899b5 (diff)
downloadports-e60db4d37b518287e3e3ade080e900c1bef3a651.tar.gz
ports-e60db4d37b518287e3e3ade080e900c1bef3a651.zip
Notes
Diffstat (limited to 'emulators/vmips/Makefile')
-rw-r--r--emulators/vmips/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/emulators/vmips/Makefile b/emulators/vmips/Makefile
index 18e1df240702..e7f941019600 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>