diff options
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r-- | lang/gforth/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 6ac5319b69c..a50176f5fbe 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -42,14 +42,12 @@ INFO_DIR= ${PREFIX}/info EMACS_FILES= gforth.el EMACS_DIR= ${PREFIX}/share/emacs/site-lisp -SHARE_DIR= ${PREFIX}/share/${PORTNAME} - EMPTY_FILES= siteinit.fs -FORTH_DIR= ${SHARE_DIR}/site-forth +FORTH_DIR= ${DATADIR}/site-forth EMPTY_DIRS= 4stack 6502 8086 avr c165 generic h8 \ hppa ia64 m68k misc power shboom sparc -ARCH_DIR= ${SHARE_DIR}/${PORTVERSION}/arch +ARCH_DIR= ${DATADIR}/${PORTVERSION}/arch # # Post-extract |