diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-03-21 13:15:02 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-03-21 13:15:02 +0000 |
commit | 25210defe03aa846f6f4b5e0aa3d20c57e22fbce (patch) | |
tree | c6dae7fc99e008db75e5f1808855557ad2137b97 /devel | |
parent | (forced) I meant: upgrade to 1.2.0. (diff) |
Upgrade to 1.3.0.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile index 7abdd7b6f1bf..3a92fee431ef 100644 --- a/devel/gnustep/Makefile +++ b/devel/gnustep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnustep -PORTVERSION= 1.1.0 +PORTVERSION= 1.3.0 CATEGORIES= devel lang MASTER_SITES= # empty DISTFILES= # empty @@ -35,9 +35,10 @@ GNU_ARCH= ix86 GNU_ARCH= ${MACHINE_ARCH} .endif -SYSLIBDIR= ${PREFIX}/System/Libraries/${GNU_ARCH}/${OPSYS:L} +SYSTEMDIR= ${LOCALBASE}/GNUstep/System +SYSLIBDIR= ${SYSTEMDIR}/Libraries/${GNU_ARCH}/${OPSYS:L} COMBOLIBDIR= ${SYSLIBDIR}/gnu-gnu-gnu -XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/ +XGPSBUNDLEDIR= ${SYSTEMDIR}/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/ do-install: # empty |