diff ffstools/cal2text/Makefile @ 473:90d7c360a614

main tree Makefile hierarchy: INSTALL_PREFIX= scheme implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Feb 2019 05:06:15 +0000
parents 6d10869f7a1f
children b73c21a2148f
line wrap: on
line diff
--- a/ffstools/cal2text/Makefile	Tue Feb 12 00:30:37 2019 +0000
+++ b/ffstools/cal2text/Makefile	Wed Feb 13 05:06:15 2019 +0000
@@ -3,7 +3,10 @@
 PROG=	fc-cal2text
 OBJS=	dircheck.o main.o mkdir.o smallconv.o
 LIBS=	../../librftab/librftab.a
-INSTBIN=/opt/freecalypso/bin
+
+INSTALL_PREFIX=	/opt/freecalypso
+
+INSTBIN=${INSTALL_PREFIX}/bin
 
 all:	${PROG}