From 3b6641a158eff00a2c84962bae7a9dc47e73dc09 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 19 Jan 2006 12:06:14 +0000 Subject: - new option GNUSTEP_PREFIX allow user defined location of all files --- textproc/easydiff/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/easydiff') diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile index 4fd82f279b51..ca45e91cdaba 100644 --- a/textproc/easydiff/Makefile +++ b/textproc/easydiff/Makefile @@ -15,7 +15,8 @@ MASTER_SITES= http://www.linuks.mine.nu/easydiff/ MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep graphical diff -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes GUN_CONFIGURE= yes USE_GMAKE= yes -- cgit v1.2.3