aboutsummaryrefslogtreecommitdiff
path: root/editors/the/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-08-23 08:30:02 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-08-23 08:30:02 +0000
commit80d3503afa6b88d7002d15e2efb56683cda68f91 (patch)
tree3c74754895b011f7f465f23f8aa225f40be6350a /editors/the/Makefile
parentc275aecea4b9698d0313fe9e8d03954184e30071 (diff)
downloadports-80d3503afa6b88d7002d15e2efb56683cda68f91.tar.gz
ports-80d3503afa6b88d7002d15e2efb56683cda68f91.zip
- Support LOCALBASE properly
- Change location of data files from libdata/ to share/ PR: 20751 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=31892
Diffstat (limited to 'editors/the/Makefile')
-rw-r--r--editors/the/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/the/Makefile b/editors/the/Makefile
index d49108ba582a..a7a0daf5a0f0 100644
--- a/editors/the/Makefile
+++ b/editors/the/Makefile
@@ -19,7 +19,9 @@ BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-rexximc --with-ncurses
+CONFIGURE_ARGS= --with-ncurses --with-rexximc \
+ --with-rexxincdir=${LOCALBASE}/include \
+ --with-rexxlibdir=${LOCALBASE}/lib
post-install:
.if !defined(NOPORTDOCS)