aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-guile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-06-07 17:34:38 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-06-07 17:34:38 +0000
commit45c5678a74429b0fe5d794269e3b8e4b8dd5f7cd (patch)
tree4c7afbf8f7a87fb3a4b4fef0656bf1f2425bf4b6 /lang/gnustep-guile
parent75f78df85bf4d52e750ab5b8a131d92a5d49e391 (diff)
downloadports-45c5678a74429b0fe5d794269e3b8e4b8dd5f7cd.tar.gz
ports-45c5678a74429b0fe5d794269e3b8e4b8dd5f7cd.zip
- Take Maintainership
- use defined dirs consistently in each makefile
Notes
Notes: svn path=/head/; revision=60784
Diffstat (limited to 'lang/gnustep-guile')
-rw-r--r--lang/gnustep-guile/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile
index 72899a3a62b5..72e4c144bd6a 100644
--- a/lang/gnustep-guile/Makefile
+++ b/lang/gnustep-guile/Makefile
@@ -10,10 +10,10 @@ PORTVERSION= 1.0.3
CATEGORIES= lang
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
-BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
-RUN_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
+BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
+RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
.include <bsd.port.pre.mk>
@@ -40,7 +40,7 @@ GNU_ARCH= ${MACHINE_ARCH}
.endif
PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION}
-SYSLIBDIR= ${PREFIX}/System/Libraries
+COMBOLIBDIR= ${PREFIX}/System/Libraries/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu
do-configure:
@(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \