aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-10-13 09:02:00 +0800
committeredwin <edwin@FreeBSD.org>2003-10-13 09:02:00 +0800
commitf6c5b24aaf277a654e1e3a2ab74e5a8c4f55d7d1 (patch)
treec6714ec0c7b4507ccb06b789fb5290ebd43fad50 /lang
parent64e478de02955dafceaa5966152e16f3200edb0d (diff)
downloadfreebsd-ports-gnome-f6c5b24aaf277a654e1e3a2ab74e5a8c4f55d7d1.tar.gz
freebsd-ports-gnome-f6c5b24aaf277a654e1e3a2ab74e5a8c4f55d7d1.tar.zst
freebsd-ports-gnome-f6c5b24aaf277a654e1e3a2ab74e5a8c4f55d7d1.zip
Give the MAKE_ENV the proper BINOWN/BINGRP variables.
Fix pkg-plist to use DOCSDIR Noticed by: bento
Diffstat (limited to 'lang')
-rw-r--r--lang/alisp/Makefile6
-rw-r--r--lang/alisp/pkg-plist4
2 files changed, 6 insertions, 4 deletions
diff --git a/lang/alisp/Makefile b/lang/alisp/Makefile
index 828c402ef1e8..348652948399 100644
--- a/lang/alisp/Makefile
+++ b/lang/alisp/Makefile
@@ -15,13 +15,15 @@ DISTNAME= alisp${PORTVERSION}
MAINTAINER= nmh@t3x.org
COMMENT= A tail-recursive interpreter for purely symbolic LISP
-BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x \
+BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x \
${LOCALBASE}/t3x/r8/tide:${PORTSDIR}/devel/tide
MAN7= alisp.7
MANCOMPRESSED= no
-MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
+MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8 \
+ BINOWN=${BINOWN} \
+ BINGRP=${BINGRP}
USE_REINPLACE= yes
diff --git a/lang/alisp/pkg-plist b/lang/alisp/pkg-plist
index 41b51c9b35e7..915563c60aa8 100644
--- a/lang/alisp/pkg-plist
+++ b/lang/alisp/pkg-plist
@@ -85,8 +85,8 @@ share/alisp/src/queens.l
share/alisp/src/quicksort.l
share/alisp/src/unlabel.l
share/alisp/src/xeval.l
-share/doc/alisp/alisp.sd
-share/doc/alisp/helpfile
+%%DOCSDIR%%/alisp.sd
+%%DOCSDIR%%/helpfile
@dirrm share/alisp/lib
@dirrm share/alisp/src
@dirrm share/alisp