From 6e7ac2e081c723705c073dc180c0de11185c7c68 Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 19 Jan 2006 12:06:14 +0000 Subject: - new option GNUSTEP_PREFIX allow user defined location of all files --- misc/gnustep-examples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/gnustep-examples') diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index eeeb0a1298dd..9733ac9e69cc 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep example applications -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes WRKSRC= ${WRKDIR}/${DISTNAME} GUN_CONFIGURE= yes -- cgit