aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gforth
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-10 21:54:22 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-10 21:54:22 +0800
commit1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a (patch)
treecfd6e21c18881279da5bd12975849568e01c0dcb /lang/gforth
parent04e349593148d329874b32ea7bec7c84827ee18a (diff)
downloadfreebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.tar.gz
freebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.tar.zst
freebsd-ports-gnome-1ff84f50b1533cd5a8c42e0186b1e45deb0dd22a.zip
${PREFIX}/share/${PORTNAME} --> ${DATADIR}
Diffstat (limited to 'lang/gforth')
-rw-r--r--lang/gforth/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 6ac5319b69cb..a50176f5fbe8 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