summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-26 11:21:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-26 11:21:38 +0000
commit785c271f140ac8175f994deb3940ae6e4f3125d5 (patch)
treea229da68e6f9bd0120e60e64b469814adf8098fa
parentAdd missing manpage (perl.1). (diff)
Misc. cleanup.
Notes
Notes: svn path=/head/; revision=4692
-rw-r--r--mbone/nte/Makefile8
-rw-r--r--mbone/sdr/Makefile4
-rw-r--r--net/sdr/Makefile4
3 files changed, 8 insertions, 8 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile
index 6e7b7ae2407b..899d9b277326 100644
--- a/mbone/nte/Makefile
+++ b/mbone/nte/Makefile
@@ -3,14 +3,13 @@
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/10 21:14:51 fenner Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:33:02 asami Exp $
#
DISTNAME= nt.1.5a23
PKGNAME= nte-1.5a23
CATEGORIES= mbone
MASTER_SITES= ftp://cs.ucl.ac.uk/mice/nte/
-RESTRICTED= "Contains DES encryption"
MAINTAINER= fenner@FreeBSD.org
@@ -20,6 +19,7 @@ TK_SRC= ${TK_DIR}/work/tk4.1
DEPENDS= ${TK_DIR}
LIB_DEPENDS= tk41\\.1:${TK_DIR}
+RESTRICTED= "Contains DES encryption"
NO_WRKSUBDIR= yes
USE_GMAKE= yes
USE_X11= yes
@@ -30,9 +30,9 @@ MAKE_ENV= TK_SRC=${TK_SRC}
#Although nte includes an hsearch.c for those who don't have it in
# libc, there's no way to get the default Makefile to build it.
# So we build it here.
-pre-build: work/freebsd/hsearch.o
+pre-build: ${WRKSRC}/freebsd/hsearch.o
-work/freebsd/hsearch.o: work/src/hsearch.c
+${WRKSRC}/freebsd/hsearch.o: work/src/hsearch.c
${CC} -Iwork/src ${CFLAGS} -c -o $@ work/src/hsearch.c
.include <bsd.port.mk>
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile
index a0141ce495e3..d5fdb3f743f8 100644
--- a/mbone/sdr/Makefile
+++ b/mbone/sdr/Makefile
@@ -3,19 +3,19 @@
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/10 21:16:46 fenner Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:33:19 asami Exp $
#
DISTNAME= sdr.V2.3a1
PKGNAME= sdr-2.3a1
CATEGORIES= mbone
MASTER_SITES= ftp://cs.ucl.ac.uk/mice/sdr/
-RESTRICTED= "Contains DES encryption"
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
+RESTRICTED= "Contains DES encryption"
NO_WRKSUBDIR= yes
USE_GMAKE= yes
USE_X11= yes
diff --git a/net/sdr/Makefile b/net/sdr/Makefile
index a0141ce495e3..d5fdb3f743f8 100644
--- a/net/sdr/Makefile
+++ b/net/sdr/Makefile
@@ -3,19 +3,19 @@
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/10 21:16:46 fenner Exp $
+# $Id: Makefile,v 1.2 1996/11/18 11:33:19 asami Exp $
#
DISTNAME= sdr.V2.3a1
PKGNAME= sdr-2.3a1
CATEGORIES= mbone
MASTER_SITES= ftp://cs.ucl.ac.uk/mice/sdr/
-RESTRICTED= "Contains DES encryption"
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
+RESTRICTED= "Contains DES encryption"
NO_WRKSUBDIR= yes
USE_GMAKE= yes
USE_X11= yes