diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-01-19 12:06:14 +0000 |
commit | 3b6641a158eff00a2c84962bae7a9dc47e73dc09 (patch) | |
tree | 3aada758a08f0da555e66c79ad3699ac4ba476b2 /mail/pantomime | |
parent | 39146f3dade2b06172cd752ed23ab8d5447ec927 (diff) |
Notes
Diffstat (limited to 'mail/pantomime')
-rw-r--r-- | mail/pantomime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index 77ce9bf287bd..781e00051f3a 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -15,7 +15,8 @@ DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= Mail/MIME handling library for GNUstep -PREFIX= ${LOCALBASE}/GNUstep +GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep +PREFIX= ${GNUSTEP_PREFIX} NO_MTREE= yes WRKSRC= ${WRKDIR}/Pantomime USE_GMAKE= yes |