aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnustep-slideshowkit
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-01-19 20:06:14 +0800
committerdinoex <dinoex@FreeBSD.org>2006-01-19 20:06:14 +0800
commit6e7ac2e081c723705c073dc180c0de11185c7c68 (patch)
tree76cf5568816f24f0b77ea4582877fdbb260f204d /graphics/gnustep-slideshowkit
parent45f874a11c424e64a63cfbbbfcc34de68d6f3dfd (diff)
downloadfreebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.gz
freebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.tar.zst
freebsd-ports-gnome-6e7ac2e081c723705c073dc180c0de11185c7c68.zip
- new option GNUSTEP_PREFIX
allow user defined location of all files
Diffstat (limited to 'graphics/gnustep-slideshowkit')
-rw-r--r--graphics/gnustep-slideshowkit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gnustep-slideshowkit/Makefile b/graphics/gnustep-slideshowkit/Makefile
index e53dec283838..9f6f3bcf7a76 100644
--- a/graphics/gnustep-slideshowkit/Makefile
+++ b/graphics/gnustep-slideshowkit/Makefile
@@ -17,7 +17,8 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= SlideShow Framework
USE_BZIP2= yes
-PREFIX= ${LOCALBASE}/GNUstep
+GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
+PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
WRKSRC= ${WRKDIR}/SlideShowKit
USE_GMAKE= yes