diff options
Diffstat (limited to 'emulators/spim/Makefile')
-rw-r--r-- | emulators/spim/Makefile | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 148c34c1982e..b6769e71c96e 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -7,9 +7,9 @@ # PORTNAME= spim -PORTVERSION= 5.9 +PORTVERSION= 6.2 CATEGORIES= emulators -MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/Old_Versions/ +MASTER_SITES= ftp://ftp.cs.wisc.edu/pub/spim/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= obrien@FreeBSD.org @@ -19,25 +19,20 @@ NO_WRKSUBDIR= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure USE_IMAKE= yes -XMKMF= xmkmf -ALL_TARGET= y.tab.c depend cl-spim cl-xspim +ALL_TARGET= y.tab.c spim xspim MAN1= spim.1 xspim.1 -pre-configure: +pre-build: @${RM} -f ${WRKSRC}/y.tab.* pre-install: - @${MKDIR} ${PREFIX}/share/spim && ${CHMOD} a+rx ${PREFIX}/share/spim + @${MKDIR} ${PREFIX}/share/spim && ${CHMOD} a+rx,u+w ${PREFIX}/share/spim post-install: - [ -e ${PREFIX}/bin/cl-spim ] && \ - ${LN} -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim - [ -e ${PREFIX}/bin/cl-xspim ] && \ - ${LN} -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim .if !defined(NOPORTDOCS) - @${ECHO} "Installing spim/xspim documentation" + @${ECHO_MSG} "Installing spim/xspim documentation" @${MKDIR} ${PREFIX}/share/doc/spim \ - && ${CHMOD} a+rx ${PREFIX}/share/doc/spim + && ${CHMOD} a+rx,u+w ${PREFIX}/share/doc/spim ${INSTALL_DATA} ${WRKSRC}/Documentation/spim.ps \ ${PREFIX}/share/doc/spim ${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps \ |