diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-11 11:06:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-11 11:06:05 +0000 |
commit | 89fd6adc7f1c4ad43e1b7b092ce7114d981c1f5a (patch) | |
tree | 986dae47aaa499145dc3708dee650bae19fc72ad | |
parent | 13f986384d1fde5d8dd2f115681636ce3e79db85 (diff) | |
download | ports-89fd6adc7f1c4ad43e1b7b092ce7114d981c1f5a.tar.gz ports-89fd6adc7f1c4ad43e1b7b092ce7114d981c1f5a.zip |
Notes
-rw-r--r-- | devel/scsh-install-lib/Makefile | 2 | ||||
-rw-r--r-- | devel/sunterlib/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/scx/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/orion/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/scsh-install-lib/Makefile b/devel/scsh-install-lib/Makefile index 47bbc6f92808..9cc50bf5c60b 100644 --- a/devel/scsh-install-lib/Makefile +++ b/devel/scsh-install-lib/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.2 CATEGORIES= devel scheme MASTER_SITES= http://lamp.epfl.ch/~schinz/scsh_packages/ -MAINTAINER= bkhl@elektrubadur.se +MAINTAINER= ports@FreeBSD.org COMMENT= An scsh library for installing other scsh packages RUN_DEPENDS= scsh:${PORTSDIR}/lang/scsh diff --git a/devel/sunterlib/Makefile b/devel/sunterlib/Makefile index e35549aeb194..082f2fc8f4f4 100644 --- a/devel/sunterlib/Makefile +++ b/devel/sunterlib/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel scheme MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= bkhl@elektrubadur.se +MAINTAINER= ports@FreeBSD.org COMMENT= Contributed libraries for Scheme 48 and scsh RUN_DEPENDS= ${LOCALBASE}/lib/scsh/scsh-install-pkg:${PORTSDIR}/devel/scsh-install-lib diff --git a/x11-toolkits/scx/Makefile b/x11-toolkits/scx/Makefile index e30ac69b63e1..7e4735f2663f 100644 --- a/x11-toolkits/scx/Makefile +++ b/x11-toolkits/scx/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2 CATEGORIES= x11-toolkits scheme MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/packages/scx/ -MAINTAINER= bkhl@elektrubadur.se +MAINTAINER= ports@FreeBSD.org COMMENT= A GUI library for scsh and Scheme 48 RUN_DEPENDS= ${LOCALBASE}/lib/scsh/scsh-install-pkg:${PORTSDIR}/devel/scsh-install-lib diff --git a/x11-wm/orion/Makefile b/x11-wm/orion/Makefile index 71b3e8230226..7ecd62ca226f 100644 --- a/x11-wm/orion/Makefile +++ b/x11-wm/orion/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2 CATEGORIES= x11-wm scheme MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/packages/orion-wm/ -MAINTAINER= bkhl@elektrubadur.se +MAINTAINER= ports@FreeBSD.org COMMENT= An X11 window manager written in Scheme RUN_DEPENDS= ${LOCALBASE}/lib/scsh/0.6/module-system:${PORTSDIR}/devel/sunterlib \ |