diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-01-19 20:06:14 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-01-19 20:06:14 +0800 |
commit | 6e7ac2e081c723705c073dc180c0de11185c7c68 (patch) | |
tree | 76cf5568816f24f0b77ea4582877fdbb260f204d /textproc | |
parent | 45f874a11c424e64a63cfbbbfcc34de68d6f3dfd (diff) | |
download | freebsd-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 'textproc')
-rw-r--r-- | textproc/easydiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |