summaryrefslogtreecommitdiff
path: root/lang/alisp
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-13 01:02:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-13 01:02:00 +0000
commit61c986a672f4c8a4204dfa3f2db69562819d7ecf (patch)
treead855bdaff556ffd2053c21188d98e169f30b50d /lang/alisp
parentUnbreak port by added dependency on autoconf. (diff)
Give the MAKE_ENV the proper BINOWN/BINGRP variables.
Fix pkg-plist to use DOCSDIR Noticed by: bento
Notes
Notes: svn path=/head/; revision=90968
Diffstat (limited to 'lang/alisp')
-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