aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gnustep-guile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-06-08 01:34:38 +0800
committerdinoex <dinoex@FreeBSD.org>2002-06-08 01:34:38 +0800
commit27f34ac59010de1910d70568a16e635b667d80d7 (patch)
tree95b12305eba3ed2cde5d43fa68f71b6fbfbd8e09 /lang/gnustep-guile
parentc308091af1bdaa1bbec92d4e493418e27f34fa63 (diff)
downloadfreebsd-ports-graphics-27f34ac59010de1910d70568a16e635b667d80d7.tar.gz
freebsd-ports-graphics-27f34ac59010de1910d70568a16e635b667d80d7.tar.zst
freebsd-ports-graphics-27f34ac59010de1910d70568a16e635b667d80d7.zip
- Take Maintainership
- use defined dirs consistently in each makefile
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 72899a3a62b..72e4c144bd6 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; \