diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 22:15:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-09-05 22:15:15 +0000 |
commit | 244bef6ca30b03051f3e97bcd5703c40bb1ab303 (patch) | |
tree | 1978982b1afc38c71ffeed1eb5a9bd5ecffba43b /emulators/spim | |
parent | d37a67eabec1fde3a634d498b92b13b783b7a669 (diff) | |
download | ports-244bef6ca30b03051f3e97bcd5703c40bb1ab303.tar.gz ports-244bef6ca30b03051f3e97bcd5703c40bb1ab303.zip |
Notes
Diffstat (limited to 'emulators/spim')
-rw-r--r-- | emulators/spim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 3b4b7c8f2603..269815a95345 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -22,10 +22,9 @@ USE_IMAKE= yes XMKMF= xmkmf ALL_TARGET= y.tab.c depend cl-spim cl-xspim - pre-configure: @${RM} -f ${WRKSRC}/y.tab.* - + pre-install: @${MKDIR} ${PREFIX}/share/spim && ${CHMOD} a+rx ${PREFIX}/share/spim |